2019-05-06 10:02:02 +02:00
|
|
|
Index: vim-8.1.1282/src/testdir/test_alot.vim
|
2017-10-12 10:18:37 +02:00
|
|
|
===================================================================
|
2019-05-06 10:02:02 +02:00
|
|
|
--- vim-8.1.1282.orig/src/testdir/test_alot.vim
|
|
|
|
+++ vim-8.1.1282/src/testdir/test_alot.vim
|
2019-02-07 20:50:05 +01:00
|
|
|
@@ -37,14 +37,12 @@ source test_join.vim
|
2017-10-12 10:36:35 +02:00
|
|
|
source test_jumps.vim
|
|
|
|
source test_lambda.vim
|
|
|
|
source test_lispwords.vim
|
|
|
|
-source test_mapping.vim
|
|
|
|
source test_match.vim
|
2017-10-12 10:18:37 +02:00
|
|
|
source test_menu.vim
|
|
|
|
source test_messages.vim
|
2018-07-30 18:09:27 +02:00
|
|
|
source test_modeline.vim
|
2018-11-15 10:06:18 +01:00
|
|
|
source test_move.vim
|
2017-10-12 10:18:37 +02:00
|
|
|
source test_partial.vim
|
|
|
|
-source test_popup.vim
|
|
|
|
source test_put.vim
|
|
|
|
source test_recover.vim
|
|
|
|
source test_reltime.vim
|
2019-05-06 10:02:02 +02:00
|
|
|
@@ -63,7 +61,6 @@ source test_tagcase.vim
|
|
|
|
source test_tagfunc.vim
|
2017-10-12 10:18:37 +02:00
|
|
|
source test_tagjump.vim
|
|
|
|
source test_taglist.vim
|
|
|
|
-source test_timers.vim
|
|
|
|
source test_true_false.vim
|
|
|
|
source test_unlet.vim
|
2017-11-29 12:53:57 +01:00
|
|
|
source test_virtualedit.vim
|
2019-05-06 10:02:02 +02:00
|
|
|
Index: vim-8.1.1282/src/testdir/Make_all.mak
|
2017-11-29 15:11:38 +01:00
|
|
|
===================================================================
|
2019-05-06 10:02:02 +02:00
|
|
|
--- vim-8.1.1282.orig/src/testdir/Make_all.mak
|
|
|
|
+++ vim-8.1.1282/src/testdir/Make_all.mak
|
|
|
|
@@ -188,7 +188,6 @@ NEW_TESTS = \
|
2019-02-07 20:50:05 +01:00
|
|
|
test_netbeans \
|
|
|
|
test_normal \
|
|
|
|
test_number \
|
|
|
|
- test_options \
|
|
|
|
test_packadd \
|
|
|
|
test_partial \
|
|
|
|
test_paste \
|
2019-05-06 10:02:02 +02:00
|
|
|
@@ -406,11 +405,8 @@ NEW_TESTS_RES = \
|
2019-02-07 20:50:05 +01:00
|
|
|
test_tcl.res \
|
|
|
|
test_termencoding.res \
|
2019-04-08 13:17:00 +02:00
|
|
|
test_termcodes.res \
|
2019-02-07 20:50:05 +01:00
|
|
|
- test_terminal.res \
|
|
|
|
- test_terminal_fail.res \
|
|
|
|
test_textformat.res \
|
|
|
|
test_textobjects.res \
|
|
|
|
- test_textprop.res \
|
|
|
|
test_undo.res \
|
|
|
|
test_user_func.res \
|
|
|
|
test_usercommands.res \
|
2019-05-06 10:02:02 +02:00
|
|
|
Index: vim-8.1.1282/src/testdir/Makefile
|
2019-02-07 20:50:05 +01:00
|
|
|
===================================================================
|
2019-05-06 10:02:02 +02:00
|
|
|
--- vim-8.1.1282.orig/src/testdir/Makefile
|
|
|
|
+++ vim-8.1.1282/src/testdir/Makefile
|
2019-02-07 20:50:05 +01:00
|
|
|
@@ -36,8 +36,6 @@ SCRIPTS = $(SCRIPTS_ALL) \
|
|
|
|
# Explicit dependencies.
|
|
|
|
test49.out: test49.vim
|
|
|
|
|
|
|
|
-test_options.res test_alot.res: opt_test.vim
|
|
|
|
-
|
|
|
|
SCRIPTS_BENCH = bench_re_freeze.out
|
2019-01-04 14:34:11 +01:00
|
|
|
|
2019-02-07 20:50:05 +01:00
|
|
|
.SUFFIXES: .in .out .res .vim
|
|
|
|
@@ -166,8 +164,5 @@ test_gui_init.res: test_gui_init.vim
|
2017-11-29 15:11:38 +01:00
|
|
|
$(RUN_VIMTEST) -u gui_preinit.vim -U gui_init.vim $(NO_PLUGINS) -S runtest.vim $<
|
|
|
|
@rm vimcmd
|
2018-05-23 14:03:50 +02:00
|
|
|
|
2017-11-29 15:11:38 +01:00
|
|
|
-opt_test.vim: ../option.c gen_opt_test.vim
|
|
|
|
- $(VIMPROG) -u NONE -S gen_opt_test.vim --noplugin --not-a-term ../option.c
|
2018-05-23 14:03:50 +02:00
|
|
|
-
|
|
|
|
test_xxd.res:
|
|
|
|
XXD=$(XXDPROG); export XXD; $(RUN_VIMTEST) $(NO_INITS) -S runtest.vim test_xxd.vim
|