Problem: Tiny build has a problem with generating the options test.
Solution: Change the "if" to skip over statements.
" Script to generate testdir/opt_test.vim from option.c
-if 0
- finish
-endif
-
set cpo=&vim
+
+" Only do this when build with the +eval feature.
+if 1
+
set nomore
let script = [
\ 'winaltkeys': [['menu', 'no'], ['', 'xxx']],
\
\ 'luadll': [[], []],
- \ 'macatsui': [[], []],
\ 'perldll': [[], []],
\ 'pythondll': [[], []],
\ 'pythonthreedll': [[], []],
call writefile(script, 'testdir/opt_test.vim')
+endif
+
qa!
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 386,
/**/
385,
/**/