Monday, March 7, 2016

Re: How do I add the option +xterm_clipboard to terminal vim

On 06.03.16 20:23, Bee wrote:
> How do I add the option +xterm_clipboard to terminal vim?
>
> I can compile vim with all patches,
> but do not know how to get the option +xterm_clipboard.

It is a "configure" option. This shows running ./configure with a couple
of options:

http://vim.wikia.com/wiki/Building_Vim

You'll need to substitute yours. From a little peeking with helpgrep, I
think that's just:

$ ./configure --enable-xterm_clipboard
$ make

If confirming beforehand is interesting, maybe first have a look at the
configure options:

$ ./configure --help

Haven't tried that, as I don't have the vim source on this machine ATM.

"SELECTING FEATURES" in usr_90.txt talks about editing the makefile, and
claims that there are examples, so that might be an alternative.

Erik

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

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment