Friday, July 19, 2013

Re: regex variable

On Friday, July 19, 2013 8:49:34 AM UTC-5, BPJ wrote:
> 2013-07-19 09:59, shawn wilson skrev:
>
> > On Jul 18, 2013 11:48 PM, "John Beckett" <johnb.beckett@gmail.com> wrote:
>
> >>
>
> >> shawn wilson wrote:
>
> >>> This is probably a feature request but I really do hate the
>
> >>> regex engine and would love to swap it out. Is there / can
>
> >>> there be a compile time option to use a different engine?
>
>
> I can always filter through a perl oneliner if I
>
> want to use perl's regex engine. Can't you do the same with Ruby?
>

For searching it's not possible to use a different syntax, but you can easily do it for substitution via :perldo, :rubydo, :luado, etc. That is, if you have your Vim compiled with support for your language of choice.

--
--
You received this message from the "vim_use" 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

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: