Tuesday, December 3, 2013

Re: Determine vim feature size (tiny, small, normal, etc.) in vimscript

On 2013-12-03 12:27, Nate Soares wrote:
> ./configure --with-features=tiny --enable-pythoninterp is
> sufficient to get a tiny vim configured with +eval, though this
> does indeed fail to compile. That said, I'm not confident that
> there is *no possible* compiling configuration in which vim is in
> "tiny" mode and eval is on.


While hackish, it depends on the particular source I'm looking at,
according to feature.h:

#ifdef FEAT_SMALL
# define FEAT_CMDHIST

No comments:

Post a Comment