> On Sep 13, 5:15 am, Drew Neil <andrew.jr.n...@gmail.com> wrote:
>
>
>
>
>
> > Suppose I run "ayip to yank the following lines into register 'a':
>
> > one
> > two
> > three
>
> > When I use the `:reg a` command to inspect the contents of the register, it
> > shows newlines as ^J, like this:
>
> > --- Registers ---
> > "a one^Jtwo^Jthree^J
>
> > But if I use <c-r>a to paste the contents of that register at the command
> > line, the newlines are represented as ^M, like this:
>
> > /<c-r>a
> > expands to:
> > /one^Mtwo^Mthree^M
>
>
> But, this also happens in version 6.1.5 (which happens to be installed
> on a Solaris server here) so if it's a bug it's a very old one.
>
Also in version 5.5.
It would appear this is may be intentional. But I cannot imagine why.
--
You received this message from the "vim_use" 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
No comments:
Post a Comment