# disabled
# - FEATURE: TINY
# - FEATURE: NORMAL
-# - FEATURE: BIG
matrix:
fast_finish: true
$ export CC=cc
$ export _CC_CCMODE=1
- $./configure --with-features=big --without-x --enable-gui=no
+ $./configure --with-features=normal --without-x --enable-gui=no
$ cd src
$ make
If you get the |press-enter| prompt you can press "q"
and still get the prompt to enter a file number.
Use ! to abandon a modified buffer. |abandon|
- {not when compiled with tiny or small features}
+ {not when compiled with tiny features}
vim:tw=78:ts=8:noet:ft=help:norl:
The tests are located in the directory "src/testdir".
There are two types of tests added over time:
- test20.in oldest, only for tiny and small builds
+ test20.in oldest, only for tiny builds
test_something.vim new style tests
*new-style-testing*
--prefix={directory} Top directory where to install Vim.
- --with-features=tiny Compile with many features disabled.
- --with-features=small Compile with some features disabled.
- --with-features=big Compile with more features enabled.
+ --with-features=tiny Compile with some features disabled.
+ --with-features=normal Compile with more features enabled.
--with-features=huge Compile with most features enabled.
See |+feature-list| for which feature
is enabled in which case.
The first column shows the smallest version in which
they are included:
T tiny (always)
- S small
N normal
- B big
H huge
m manually enabled or depends on other features
- never, feature was removed
(none) system dependent
Thus if a feature is marked with "N", it is included
- in the normal, big and huge versions of Vim.
+ in the normal and huge versions of Vim.
*+feature-list*
*+acl* |ACL| support included
-:: command to build big Vim with OLE, Lua, Perl, Python, Racket, Ruby and Tcl
+:: command to build huge Vim with OLE, Lua, Perl, Python, Racket, Ruby and Tcl
SET VCDIR="C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\"
SET TOOLDIR=E:\
%VCDIR%nmake -f Make_mvc.mak GUI=yes OLE=yes LUA=%TOOLDIR%lua53 DYNAMIC_LUA=yes LUA_VER=53 PERL=%TOOLDIR%perl524 DYNAMIC_PERL=yes PERL_VER=524 PYTHON=%TOOLDIR%python27 DYNAMIC_PYTHON=yes PYTHON_VER=27 PYTHON3=%TOOLDIR%python36 DYNAMIC_PYTHON3=yes PYTHON3_VER=36 MZSCHEME=%TOOLDIR%Racket DYNAMIC_MZSCHEME=yes MZSCHEME_VER=3m_a36fs8 RUBY=%TOOLDIR%ruby24 DYNAMIC_RUBY=yes RUBY_VER=24 RUBY_API_VER_LONG=2.4.0 RUBY_MSVCRT_NAME=msvcrt TCL=%TOOLDIR%ActiveTcl TCL_VER=86 TCL_VER_LONG=8.6 DYNAMIC_TCL=yes TCL_DLL=tcl86t.dll %1 IME=yes CSCOPE=yes DIRECTX=yes
-:: command to build big Vim 64 bit with OLE, Perl and Python.
+:: command to build huge Vim 64 bit with OLE, Perl and Python.
:: First run: %VCDIR%\vcvarsall.bat x86_amd64
:: Ruby and Tcl are excluded, doesn't seem to work.
SET VCDIR="C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\"
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1994,
/**/
1993,
/**/