On 31-Oct-2011 20:37, Ernie Rael wrote: > Off topic, but I've been wondering... > > Is there an option to use perl/python syntax for RE? If not, would that be a > welcome patch? Could it be done with vim's scripting?
Both have unique constructs, cp. :help perl-patterns. > Also an optional string which indicates which chars need escaping > (like ')' or '?') might be useful. Unless I misunderstand, isn't that achieved through changing the magic-ness of a pattern: \v \V \m \M ?! -- regards, ingo -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
