Created
August 7, 2011 03:22
-
-
Save dahu/1130022 to your computer and use it in GitHub Desktop.
Vim's Way of the Regex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NOTE: Some of Vim's way of handling certain regex features differs from | |
PCRE. Some people complain about this and wonder why Vim didn't just use the | |
already existing PCRE way. The reason is that Vim started getting some of | |
these things at the same time Perl did, or even beforehand. So, it's not | |
that Vim decided to flout history and Go Its Own Way just to be difficult. | |
Respect that Vim -can- do these things and has been able to do so for a long | |
time now; and suck it up and learn Vim's way. :-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment