> Let's say, for example, that I wanted to macro to paste
> "loaded_vimballPlugin" in the :let variable screen.  How would I do it?
> 
> :map \Z i{echo loaded_vimballPlugin} is the value!<Esc>

Looks like you might be interested in the expression-evaluation 
register:

   :nnoremap \Z i<c-r>=loaded_vimballPlugin<cr> is the value!<esc>

You can read about it at

   :help i_CTRL-R
   :help @=

Hope this helps,

-tim



--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to