On Nov 16, 12:55 pm, ALP <[email protected]> wrote: > map ,blah %s/\(foo\^V|bar\)//g^[ > (where ^V is the hex 16 and ^[ is hex 1b)
Apologies... while ^[ works its actually an escape, I meant ^M (hex 0d). So I actually have the following working: map ,blah %s/\(foo\^V|bar\)//g^M --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
