Thanks John Actually Paste works great
I can copy something into the clip-board using "note-pad" And I can past it into vim The problem Is I cannot copy/cut from vim and past it into notepad >>>>>>>>>>>>>>>>>> And for reference purpose ( I have verified that this is not an Xming problem ) I can copy / paste back and forth with ( nedit ) nooo- prooblemo -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of John Beckett Sent: Thursday, May 10, 2012 4:55 PM To: [email protected] Subject: RE: Remote Motif X11 gvim on windows using Xming ( copy cut ) >> ClipBoard <<< 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 -- 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
