On Wed, April 13, 2011 3:01 pm, Alessandro Antonello wrote: > I totally agree with you. Would be much more simpler if we could wrote > something like: > > :<echo 25*47 > > And the output was directly put in the current buffer in the cursor > position. > The sequence "redir 'something'", type a command and then 'redir END' is > really to much to do when we need to be fast. To get the result of the > calculation above is much more easy just "see" the value in the command > window > and write it by your hand in the buffer. > > This is a feature that a miss in Vim/GVim for quite sometime.
The above is already possible in vim. in insert mode press <Ctrl-R>=25*47 and that's it. :h i_CTRL-R_= regards, Christian -- You received this message from the "vim_use" 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
