summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gen_opt_test.vim11
-rw-r--r--src/version.c2
2 files changed, 8 insertions, 5 deletions
diff --git a/src/gen_opt_test.vim b/src/gen_opt_test.vim
index 745e5ea4c1..677aa74e34 100644
--- a/src/gen_opt_test.vim
+++ b/src/gen_opt_test.vim
@@ -1,10 +1,10 @@
" 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 = [
@@ -130,7 +130,6 @@ let test_values = {
\ 'winaltkeys': [['menu', 'no'], ['', 'xxx']],
\
\ 'luadll': [[], []],
- \ 'macatsui': [[], []],
\ 'perldll': [[], []],
\ 'pythondll': [[], []],
\ 'pythonthreedll': [[], []],
@@ -192,4 +191,6 @@ call add(script, 'let &lines = save_lines')
call writefile(script, 'testdir/opt_test.vim')
+endif
+
qa!
diff --git a/src/version.c b/src/version.c
index 4479cc2168..c99c368a2b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 386,
+/**/
385,
/**/
384,