fix: grep_string search= jump to line

fix #2047
This commit is contained in:
Simon Hauser
2022-07-07 19:07:52 +02:00
parent 9b3afe51c4
commit ddf60d2bbe

View File

@@ -104,7 +104,7 @@ action_set.edit = function(prompt_bufnr, command)
-- TODO: Check for off-by-one
row = entry.row or entry.lnum
col = entry.col
col = vim.F.if_nil(entry.col, 1)
elseif not entry.bufnr then
-- TODO: Might want to remove this and force people
-- to put stuff into `filename`