On 11 August 2010 10:22, John Beckett <[email protected]> wrote: > The issue concerns the result from this ex input: > > a > X \\ > Y > . > > The ex command 'a' (which is :a in Vim) appends the following > lines (starting with 'X' and 'Y'), stopping at the '.' line. > > In Vim (entering :a) you get two lines appended: > X \\ > Y > > When fed via stdin to 'ex' by the shell, the result is one line: > X \...@y
I get (double backslash) X \...@y which is still incorrect (I suppose the difference between your and mine results might come from the quoting done by the shell). This is on Vim 7.2.440. -- Cheers, Lech -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
