eregex.vim icon indicating copy to clipboard operation
eregex.vim copied to clipboard

incsearch not working when enabling eregex.vim

Open jikkujose opened this issue 10 years ago • 9 comments

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?

jikkujose avatar Apr 03 '14 09:04 jikkujose

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

othree avatar Apr 03 '14 09:04 othree

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

jikkujose avatar Apr 03 '14 10:04 jikkujose

I just noticed the same issue.

tkossak avatar Sep 11 '14 11:09 tkossak

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

bendavis78 avatar Oct 07 '14 16:10 bendavis78

I would like to see this feature supported as well.

netheril96 avatar Oct 30 '14 12:10 netheril96

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

davidsteinberger avatar Mar 21 '15 14:03 davidsteinberger

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

sunaku avatar Sep 22 '15 23:09 sunaku

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

jikkujose avatar Sep 23 '15 02:09 jikkujose

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

huyz avatar Nov 10 '22 10:11 huyz