jordi_frei wrote: > Do I need to place the script file paste.vim in autoload? > I could not find this file
The file vim74/autoload/paste.vim is part of Vim and you should have it. In Vim, enter the command: :echo $VIMRUNTIME That should display the path to your vim74 directory. In Vim, put the cursor on the following line then type gf $VIMRUNTIME/autoload/paste.vim That works on Windows, and should show the file. Try the commands I gave earlier. They should work. John -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
