Thursday, August 4, 2011

RE: A few questions about :append and ex

ranousse wrote:
> 1) If I understand right, :append is used this way
> :append
> line1
> line2
> .

I suspect that :append is not used much. Try these examples:

:let var = 'Hello world'
:put =var

:let list = ['one', 'two', 'three', var]
:put =list

John

--
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: