On Tue, November 8, 2011 1:58 pm, Marc Weber wrote: > caution: > :put="a" string "a but register "a!
Actually, this will put into your buffer the last used expression (or an empty line, if you haven't used the expression register yet), because " terminates the command and indicates a comment following. In command mode you need to escape the quotes. regards, Christian -- 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
