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)
(cherry picked from commit 236083884c)
This commit is contained in:
committed by
Simon Hauser
parent
fd333cd8b6
commit
6d2be79385
@@ -565,7 +565,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