Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[question] jumplist vs taglist for jump_to_def #417

Closed
geekingfrog opened this issue Jun 13, 2022 · 4 comments
Closed

[question] jumplist vs taglist for jump_to_def #417

geekingfrog opened this issue Jun 13, 2022 · 4 comments

Comments

@geekingfrog
Copy link

Hello

I was wondering what you would think about using the jumplist instead, or alongside the taglist when using IcedDefJump. My main reasoning is that the built-in lsp for neovim is modifying the jumplist when using jump_to_def.

I recently switched to use IcedDefJump instead of the lsp corresponding feature and I'm getting very confused between the taglist and the jumplist.

What are your thoughts about that?

@liquidz
Copy link
Owner

liquidz commented Jun 13, 2022

@geekingfrog Thanks for your suggestion!
taglist and jumplist do not conflict, so using both is not a problem.

My understanding is that the jumplist is basically recorded automatically, and there are no functions to change it explicitly.
Command that will record jumplist can be found in the help, so I'll try.

https://vim-jp.org/vimdoc-en/motion.html#jump-motions

liquidz added a commit that referenced this issue Jun 17, 2022
liquidz added a commit that referenced this issue Jun 17, 2022
@liquidz
Copy link
Owner

liquidz commented Jun 17, 2022

@geekingfrog In dev branch, I've updated IcedDefJump to add jumplist correctly.
Could you try dev branch?

@geekingfrog
Copy link
Author

It now works with the jumplist, thanks.

@liquidz
Copy link
Owner

liquidz commented Jul 6, 2022

@geekingfrog Just released v3.9.3 #420

@liquidz liquidz closed this as completed Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants