On 01/20/2011 03:54 PM, rameo wrote:
Can anyone tell me if it is possible to create a variable on the fly?
Sounds like you might be reaching for
:help curly-brace-names
which allows you to do things like
:let varname='foo'
:let {varname}=42
:echo foo " prints 42
-tim
--
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
