eregex.vim
eregex.vim copied to clipboard
incsearch not working when enabling eregex.vim
I just noticed that incsearch is somehow not working when I am using eregex.vim.
- I have set incsearch in my .vimrc
- I use Vundle to manage my plugins.
- I tried commenting out eregex and incsearch happens to work.
Any ideas?
I think current implementation don't support incsearch(new stuff to me). I will try to support it.
Oh okay, thanks! If possible try incsearch its great while you are playing around trying find the correct regex to match.
I just noticed the same issue.
Same for me. Would be nice to have this, I often use regex to highlight/search while refactoring.
I would like to see this feature supported as well.
Incsearch would indeed be a great feature. Is this hard to implement/planned?
over.vim does its own incremental search rendering, so it may be possible to integrate it with eregex. :bulb:
Seems like its pretty hard to implement; otherwise this would have been there by now. Been so long, that I have forgotten that such a feature was there. But anyways, if possible, it would have been a great one..
See https://github.com/othree/eregex.vim/pull/29