mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-16 02:45:09 +00:00
fix: do not alter jumplist when jumping to a line in a file (#2910)
This commit is contained in:
@@ -591,7 +591,7 @@ files.tags = function(opts)
|
||||
return "\\" .. x
|
||||
end)
|
||||
|
||||
vim.cmd "norm! gg"
|
||||
vim.cmd "keepjumps norm! gg"
|
||||
vim.fn.search(scode)
|
||||
vim.cmd "norm! zz"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user