pechorin / any-jump.vim

Jump to any definition and references 👁 IDE madness without overhead 🚀
1.08k stars 40 forks source link

The selection bar always starts at the bottom of the search popup window #58

Closed kjkuan closed 3 years ago

kjkuan commented 4 years ago

dev_—_docker_—_266×61

For some reason, the selection bar always starts at the bottom of the popup window (see screenshot above), so to select the first entry in this case I have to hit j three times to make it select the s.rb:2 def a_method line.

I'm using vim 8.2 (Included patches: 1-460) in a terminal.

dsabsay commented 3 years ago

This problem has bugged me for weeks, if not months. Finally sat down and fixed it. PR is open: #75

pechorin commented 3 years ago

Sorry for delay, review problems and try to fix them: https://github.com/pechorin/any-jump.vim/pull/75

pechorin commented 3 years ago

fixed in https://github.com/pechorin/any-jump.vim/pull/79