On Oct 27, 5:44 pm, Gary Johnson <[email protected]> wrote:
>
> That's because the first | terminated the map command. You'll need
> to quote the | or use <Bar> instead. See
>
> :help :bar
>
Also at :help :bar you can see that you can't follow one :normal
command with other commands, because the | is treated as part of
the :normal command. You need to :execute "normal blah" instead if you
want to follow it with more commands.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---