vim-patch:8.1.2028: options test script does not work

Problem:    Options test script does not work.
Solution:   Use optiondefs.h for input.
d9b0d83b13
This commit is contained in:
Jan Edmund Lazo 2019-09-14 13:05:18 -04:00
parent 27fd4f31fd
commit 1a718f4fae
No known key found for this signature in database
GPG Key ID: 64915E6E9F735B15

View File

@ -116,6 +116,8 @@ RM_ON_RUN := test.out X* viminfo
RM_ON_START := test.ok RM_ON_START := test.ok
RUN_VIM := $(TOOL) $(NVIM_PRG) -u unix.vim -U NONE -i viminfo --headless --noplugin -s dotest.in RUN_VIM := $(TOOL) $(NVIM_PRG) -u unix.vim -U NONE -i viminfo --headless --noplugin -s dotest.in
# Delete files that may interfere with running tests. This includes some files
# that may result from working on the tests, not only from running them.
CLEAN_FILES := *.out \ CLEAN_FILES := *.out \
*.failed \ *.failed \
*.res \ *.res \