Environment:
- Gentoo
- vim 7.3
I have search in Google and find the way:
vim --version | grep clipboard
and find that my vim doesn't open the clipboard support
To open the clipboard and xterm_clipboard support in vim.
I add these use flags in package.use:
app-editors/vim clipboard xterm_clipboard
but I use equery -q uses app-editors/vim
, but nothing add。
How can I solve it?