othree / eregex.vim

Perl/Ruby style regexp notation for Vim
http://www.vim.org/scripts/script.php?script_id=3282
214 stars 18 forks source link

incsearch not working when enabling eregex.vim #9

Open jikkujose opened 10 years ago

jikkujose commented 10 years ago

I just noticed that incsearch is somehow not working when I am using eregex.vim.

  1. I have set incsearch in my .vimrc
  2. I use Vundle to manage my plugins.
  3. I tried commenting out eregex and incsearch happens to work.

Any ideas?

othree commented 10 years ago

I think current implementation don't support incsearch(new stuff to me). I will try to support it.

jikkujose commented 10 years ago

Oh okay, thanks! If possible try incsearch its great while you are playing around trying find the correct regex to match.

tkossak commented 10 years ago

I just noticed the same issue.

bendavis78 commented 10 years ago

Same for me. Would be nice to have this, I often use regex to highlight/search while refactoring.

netheril96 commented 9 years ago

I would like to see this feature supported as well.

davidsteinberger commented 9 years ago

Incsearch would indeed be a great feature. Is this hard to implement/planned?

sunaku commented 9 years ago

over.vim does its own incremental search rendering, so it may be possible to integrate it with eregex. :bulb:

jikkujose commented 9 years ago

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..

huyz commented 1 year ago

See https://github.com/othree/eregex.vim/pull/29