On Saturday, March 24, 2012 10:40:49 PM UTC+13, rameo wrote:
> p.e.in a little window beside the vim window.
Well, if you type exactly
:for i in range(3,30)
put ='2**' . i . ' = '.printf('%-10.0f',pow(2,i))
endfor
That's exactly what will appear, in a few lines at the bottom of the vim
"screen". Admittedly, it will disappear when you press enter after the endfor,
but you can see it again if you open the "command-line-window", see
:h command-line-window
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