Bovy, Stephen wrote:
> I have tried using this
>
> source $VIMRUNTIME/mswin.vim
>
> But I cannot get the copy and cut to put anything on the
> clipboard
First step is to check output of :version to see if you have
+clipboard (feature supported) or -clipboard (not enabled
during build).
I do not know anything about your environment but simple checks
would be, in another application, to copy something and to
select something (leaving it selected).
Then in Vim use commands like:
"+p
"*p
John
--
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