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