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

2016-03-14 Thread John Little
On Friday, March 11, 2016 at 11:12:49 AM UTC+13, Bee wrote: > BUT I wanted to learn how to compile vim terminal with different options. I have two suggestions: 1. In a terminal run sudo apt-get build-dep vim Gets all the libraries and headers you need to build vim. The command applies to

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

2016-03-10 Thread Bee
On Thursday, March 10, 2016 at 7:18:02 AM UTC-8, Roberto Alegro wrote: > On Monday, March 7, 2016 at 1:23:17 AM UTC-3, 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

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

2016-03-10 Thread Roberto Alegro
On Monday, March 7, 2016 at 1:23:17 AM UTC-3, 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. Most distribuitions have a gvim package on their manager, installing

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

2016-03-08 Thread Bee
On Monday, March 7, 2016 at 8:46:28 AM UTC-8, Gary Johnson wrote: > On 2016-03-07, Bee wrote: > > On Sunday, March 6, 2016 at 11:26:21 PM UTC-8, Gary Johnson wrote: > > > On 2016-03-06, Bee wrote: > > > > How do I add the option +xterm_clipboard to terminal vim? >

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

2016-03-07 Thread Gary Johnson
On 2016-03-07, Bee wrote: > On Sunday, March 6, 2016 at 11:26:21 PM UTC-8, Gary Johnson wrote: > > On 2016-03-06, Bee wrote: > > > How do I add the option +xterm_clipboard to terminal vim? > > > > > > I can compile vim with all patches, > > > but do no

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

2016-03-07 Thread Bee
On Sunday, March 6, 2016 at 11:26:21 PM UTC-8, Gary Johnson wrote: > On 2016-03-06, 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

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

2016-03-07 Thread Erik Christiansen
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:

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

2016-03-06 Thread Gary Johnson
On 2016-03-06, 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. I think you will get +xterm_clipboard if you run ./configure with the --with-x option. R

How do I add the option +xterm_clipboard to terminal vim

2016-03-06 Thread Bee
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. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to