On Sat, Mar 24, 2012 at 02:40:49AM -0700, rameo wrote: > Would it be possible in a next release to use vim scripting language > without putting it in menu.vim or .vimrc? > For immediate, temporary scripting. > p.e.in a little window beside the vim window. > > This gives the possibility to do little things very quickly without > the use of macros. > p.e. > > for i in range (3,30) > print (put) "2**".i."=".2**i > endfor
Would you try my 'Rcode' plugin[1]? You can type the code in a temporary small buffer and run it. [1]: http://www.vim.org/scripts/script.php?script_id=3705 -- Best regards, lilydjwg Linux Vim Python 我的博客: http://lilydjwg.is-programmer.com/ -- A: Because it obfuscates the reading. Q: Why is top posting so bad? -- 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
