mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-14 15:19:12 +08:00
fix(typo): fix typo in flygrep
This commit is contained in:
parent
53a2413d14
commit
b1fadcd730
@ -303,7 +303,7 @@ local function open_item()
|
||||
previous_able = false
|
||||
close_flygrep_win()
|
||||
update_history()
|
||||
buffer.open_pos('edit', filename, linenr, colum)
|
||||
buffer.open_pos('edit', filename, liner, colum)
|
||||
vim.cmd('noautocmd normal! :')
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user