> OK, so for me pasting into Gvim is broken by the changeset which has the > message "Fixes for time inclipboardrequest. Also fix ownership. > (David Fries)".
Here is another patch that ought to fix the time in the clipboard request issue: http://softagalleria.net/download/vim/clipboard.patch Compile & install vim as: wget ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 bunzip2 -c vim-7.3.tar.bz2 | tar xf - cd vim73 wget http://softagalleria.net/download/vim/clipboard.patch patch -p1 src/ui.c < clipboard.patch ./configure --disable-nls --enable-gui=athena --with-x --prefix=/tmp/ patched-vim make install Run gvim as: /tmp/patched-vim/bin/gvim With this patch, copying between xterm and gvim should work correctly. -- 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