Open jmcantrell opened 10 years ago
Usually I just use \v
(very magic mode) in Vim and it "mostly" mimics PCRE regex.
http://stackoverflow.com/questions/3864467/whats-the-difference-between-vim-regex-and-normal-regex
Would be nice to be able to see this in non-magic mode. Sometimes you only need to add 1 or 2 regex items (more than that and you need to use magic mode).
I came here hoping to find a suggestion for this. It would be greatly appreciated.
A great explanation of vim regex can be found at http://www.vimregex.com/
+1 on this. I don't see any reason to not add Vim-regex support. It's widely used and would help a lot of people.
This argument from the other ticket:
Vim regex is... weird.
Is one of the worst arguments I can imagine for not adding vim-regex support. On the contrary: it being weird would be a good reason to add it, because a) lots of people might struggle with it, b) you can't get "close enough" by picking a similar regex flavor that already exists.
having the vim flavuor would be much appreciated.
See
:help pattern
in vim.