1
0
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:
wsdjeg 2022-10-07 14:20:51 +08:00
parent 53a2413d14
commit b1fadcd730

View File

@ -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