On Wed, Nov 30, 2011 at 11:48, ACR <[email protected]> wrote:
>  make install DESTDIR=/home/<username>/.local

I don't think you need DESTDIR there - I tried your command and it
caused vim to be installed in
/home/<username>/.local/home/<username>/.local, which looks wrong. So,
maybe when you started vim, you actually used a different binary than
you had just compiled, because it was installed in another place.

Everything else looks ok to me.

> Now, I am unable to copy the data to/from the system clipboard.

Are you accessing the system via ssh? Make sure you use ssh -X flag to
enable X11 forwarding. Check that $DISPLAY environment variable is
set.

X11 clipboard is vim's register +, so use "+p  and "+y commands to access it.

-- 
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

Reply via email to