On 17:00 Sat 24 Mar , Gary Johnson wrote: > On 2012-03-24, 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. > > You can already do this. > > :new > <type your little thing> > ggyG > :@" > > See > > :help :@ > > Regards, > Gary > > -- > You received this message from the "vim_dev" maillist. > Do not top-post! Type your reply below the text you are replying to.
What about using the ':help Ex-mode' (for example with gQ). Best, Marcin -- 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
