osyo-manga / vim-hopping

hopping.vim is incremental buffer line filtering Vim plugin.
53 stars 2 forks source link

Exception E132: Function call depth is higher than 'maxfuncdepth' on pressing Enter #12

Open hupfdule opened 4 years ago

hupfdule commented 4 years ago

When using the :Hopping command I always get the following exception on pressing Enter. It happens when the search string is found as well when it is not found. it also happens when entering a replacement string or not.

And it happens in neovim v0.5.0-309-g05ea3c199 as well as in vim 8.2.

error

osyo-manga commented 4 years ago

Thanks for issues :) Please tell me :set maxfuncdepth?

hupfdule commented 4 years ago

Hello,

maxfuncdepth is 100 on my system.

osyo-manga commented 4 years ago

It didn't reproduce in my Vim. Please make minimal vimrc .

hupfdule commented 4 years ago

I tried to reproduce a minimal vimrc and found that it is a conflict with https://github.com/google/vim-searchindex. When I have that plugin installed the above mentioned problem appears.

hupfdule commented 4 years ago

As recent versions of vim and neovim have builtin support the the functionality of vim-searchindex and its authors explicitly mention using such recent versions instead of vim-searchindex I don't think it is necessary to adapt vim-hopping to play nice with it.

This issue may be a conflict that can happen with other plugins, too, but it may as well be not.

So I don't mind if you close this issue as I don't consider it worthwile to search for compatibility with an now obsolete plugin.