Assigning a string with trailing <CR> to a register adds another <NL> (represented as <NUL>):
:let @q = "\r"
:echo strtrans(@q)
^M^@
This is at least surprising.
--
Andy
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---
