Comment 1 for bug 837882

Revision history for this message
Garnet (thanksgarnet) wrote :

Temporary solution.

I just removed vim package and compiled vim myself. I used the following configure command to get +clipboard and +xterm_clipboard:

./configure --with-features=big --enable-cscope --enable-gui=gtk2 --enable-multibyte

The following development packages are required (most installed in Ubuntu by default):

libncurses5-dev
libgtk2.0-dev
libatk1.0-dev
libx11-dev
libxt-dev