>
> exec 'put = stringVar'
>
> does not interpret carriage return
You need double-quotes instead of single-quotes so the escaping gets
translated:
:let abc="abc\ndef\nghi"
:put=abc
does the trick for me.
-tim
--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
No comments:
Post a Comment