This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Vim and gVim


On 01/10/2009 03:00, Corinna Vinschen wrote:
No, vim is plain upstream. I build it with

   --enable-multibyte --with-features=huge \
   --enable-gui=no --without-x \
   --with-compiledby="http://cygwin.com/";

I think --enable-multibyte is part of --with-features=huge but I'm using
that longer than the huge feature set, so it's still in for historical
reasons.

Sure enough, in src/feature.h:


#if (defined(FEAT_BIG) || defined(HAVE_GTK2) || defined(FEAT_ARABIC)) \
        && !defined(FEAT_MBYTE) && !defined(WIN16) \
        && SIZEOF_INT >= 4 && !defined(EBCDIC)
# define FEAT_MBYTE
#endif

I've moved gvim into place now. Thanks,


Yaakov



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]