On Jul 20, 5:44 pm, Tony Mechelynck <antoine.mechely...@gmail.com>
wrote:
> You may also simplify the substitute, e.g. (untested)
>
>         :s/^\(.\{-}\)\(\%x7C\)\(.\{-}\)\ze\%x7C/\3\2\1
>

You can further simplify using "very magic" so you don't need to use
'\' as often.

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

Reply via email to