On Saturday, March 24, 2012 10:40:49 PM UTC+13, rameo wrote:
> This gives the possibility to do little things very quickly without
> the use of macros.
One can already do such things very quickly, just using the existing command
mode prompt. If you type exactly (ending each line with enter)
:for i in range(3,30)
put ='2**' . i . ' = '.printf('%-10.0f',pow(2,i))
endfor
it will run there and then. You could check out the command-line-window, too,
see :h cmdwin
Regards, John
--
You received this message from the "vim_dev" 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