Saturday, January 30, 2010

Re: Builing Vim on slack for console with clipboard enabled

* bill lam <cbill.lam@gmail.com> [100130 16:12]:
> sab, 30 Jan 2010, Tim Johnson skribis:
> > I could really use some tips on how to recompile with the following
> > changes: +clipboard +xterm_clipboard, -python, -perl
> >
> > Thus far, I have not found invoking:
> > ./configure --help
> > sufficient to my inquiry.
>
> You can manually edit the file src/feature.h
I'm looking at line number 1065 of that file and
the following code snippet:
/* Code follows */
#ifdef FEAT_GUI
# ifndef FEAT_CLIPBOARD
# define FEAT_CLIPBOARD
# ifndef FEAT_VISUAL
# define FEAT_VISUAL
# endif
# endif

No comments: