Efraim Yawitz schrieb:
> Anybody have anything more on this? Bram? Is it really a bug?

Hmm, using a trailing backslash for line continuation is a
very special thing added in Vim7:

:h version7
- When ":append", ":insert" or ":change" is used with ":global", get the
  inserted lines from the command.  Can use backslash-NL to separate lines.

This works for me:

:g/abc/inser...@line1\^@Line2

where ^@ is one character inserted with CTRL-V_CTRL-J or CTRL-K_N_U etc.

-- 
Andy

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

Reply via email to