Re: Python Regex in a Vim Search

2016-05-12 Thread BPJ
Den 11 maj 2016 18:20 skrev "rameo" : > > I would like to ask whether it is possible to add python regex to the VIM search in a future VIM release? > > p.e. > We could use a `P` or something like that in a vim search to indicate that it concerns a Python regex p.e. `/P'pythonregex'` > > If we have

Re: Python Regex in a Vim Search

2016-05-11 Thread Nikolay Aleksandrovich Pavlov
That was already suggested a lot of times. Search ML for “PCRE support”. 2016-05-11 19:19 GMT+03:00 rameo : > I would like to ask whether it is possible to add python regex to the VIM > search in a future VIM release? > > p.e. > We could use a `P` or something like that in a vim search to indicat

Python Regex in a Vim Search

2016-05-11 Thread rameo
I would like to ask whether it is possible to add python regex to the VIM search in a future VIM release? p.e. We could use a `P` or something like that in a vim search to indicate that it concerns a Python regex p.e. `/P'pythonregex'` If we have this we can use the same regex in the other pyt