Tony Mechelynck wrote:
":call paste#Paste()" is part of the Edit=>Paste menu for Visual and
Select modes, replacing selected text by the clipboard. If you just want
to _insert_ the clipboard contents, maybe you could use just
"+P
in Normal mode, or
Ctrl-R +
in Insert or Command-line modes? They might be more economical.
Thanks for the hints Tony. I should have mentioned earlier that my
~/.vimrc contains ":runtime mswin.vim" because I'm still used to the
cut/copy/paste mappings from Microsoft Windows. I guess this is why
":call paste#Paste()" appears for me using Control-V in insert mode.
Next time paste is broken I'll check whether either of the mappings you
mentioned still works. That would be a good motivation to finally switch
to Vim's cut/copy/paste mappings full time :-)
- Peter Odding
--
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