Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incsearch not working when enabling eregex.vim #9

Open
jikkujose opened this issue Apr 3, 2014 · 9 comments
Open

incsearch not working when enabling eregex.vim #9

jikkujose opened this issue Apr 3, 2014 · 9 comments

Comments

@jikkujose
Copy link

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
Copy link
Owner

othree commented Apr 3, 2014

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

@jikkujose
Copy link
Author

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

@tkossak
Copy link

tkossak commented Sep 11, 2014

I just noticed the same issue.

@bendavis78
Copy link
Contributor

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

@netheril96
Copy link

I would like to see this feature supported as well.

@davidsteinberger
Copy link

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

@sunaku
Copy link

sunaku commented Sep 22, 2015

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

@jikkujose
Copy link
Author

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
Copy link

huyz commented Nov 10, 2022

See #29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants