bugfix: 'preview-page-reset' for tags|btags

main
bhagwan 2 years ago
parent 41f8752f49
commit bd57c8c2e8

@ -644,6 +644,7 @@ function Previewer.tags:set_cursor_hl(entry)
if self.win.winopts.hl.search then
fn.matchadd(self.win.winopts.hl.search, entry.ctag)
end
self.orig_pos = api.nvim_win_get_cursor(0)
utils.zz()
end)
end

Loading…
Cancel
Save