Hello.

When I've started to use a regular expressions in vim search and replace, I've 
noticed
that I need to escape symbols '(', '+' and etc.

For example, instead of executing

%s/^\s+//

i need to type

%s/^\s\+//

Can anybody explain me this feature? I know, that I can use ':' as delimiter, 
but I
think Perl syntax is more sufficient for me.

Your faithfully, Andrey Zhidenkov.

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to