0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

patch 8.0.0386: tiny build has a problem with generating the options test

Problem:    Tiny build has a problem with generating the options test.
Solution:   Change the "if" to skip over statements.
This commit is contained in:
Bram Moolenaar
2017-02-27 22:59:40 +01:00
parent b5e8377364
commit 5b3af14b34
2 changed files with 8 additions and 5 deletions

View File

@@ -1,10 +1,10 @@
" Script to generate testdir/opt_test.vim from option.c " Script to generate testdir/opt_test.vim from option.c
if 0
finish
endif
set cpo=&vim set cpo=&vim
" Only do this when build with the +eval feature.
if 1
set nomore set nomore
let script = [ let script = [
@@ -130,7 +130,6 @@ let test_values = {
\ 'winaltkeys': [['menu', 'no'], ['', 'xxx']], \ 'winaltkeys': [['menu', 'no'], ['', 'xxx']],
\ \
\ 'luadll': [[], []], \ 'luadll': [[], []],
\ 'macatsui': [[], []],
\ 'perldll': [[], []], \ 'perldll': [[], []],
\ 'pythondll': [[], []], \ 'pythondll': [[], []],
\ 'pythonthreedll': [[], []], \ 'pythonthreedll': [[], []],
@@ -192,4 +191,6 @@ call add(script, 'let &lines = save_lines')
call writefile(script, 'testdir/opt_test.vim') call writefile(script, 'testdir/opt_test.vim')
endif
qa! qa!

View File

@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
386,
/**/ /**/
385, 385,
/**/ /**/