2019-06-17 15:41:54 +02:00
|
|
|
Index: vim-8.1.1561/src/testdir/test_alot.vim
|
2017-10-12 10:18:37 +02:00
|
|
|
===================================================================
|
2019-06-17 15:41:54 +02:00
|
|
|
--- vim-8.1.1561.orig/src/testdir/test_alot.vim
|
|
|
|
+++ vim-8.1.1561/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-06-17 15:41:54 +02:00
|
|
|
Index: vim-8.1.1561/src/testdir/Make_all.mak
|
2017-11-29 15:11:38 +01:00
|
|
|
===================================================================
|
2019-06-17 15:41:54 +02:00
|
|
|
--- vim-8.1.1561.orig/src/testdir/Make_all.mak
|
|
|
|
+++ vim-8.1.1561/src/testdir/Make_all.mak
|
2019-06-05 14:48:26 +02:00
|
|
|
@@ -64,7 +64,6 @@ NEW_TESTS = \
|
2019-05-14 16:51:12 +02:00
|
|
|
test_autoload \
|
|
|
|
test_backspace_opt \
|
|
|
|
test_backup \
|
|
|
|
- test_balloon \
|
2019-06-17 15:41:54 +02:00
|
|
|
test_balloon_gui \
|
2019-05-14 16:51:12 +02:00
|
|
|
test_behave \
|
|
|
|
test_blob \
|
2019-06-17 15:41:54 +02:00
|
|
|
@@ -189,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-06-17 15:41:54 +02:00
|
|
|
@@ -297,7 +295,6 @@ NEW_TESTS_RES = \
|
2019-05-14 16:51:12 +02:00
|
|
|
test_autocmd.res \
|
|
|
|
test_autoload.res \
|
|
|
|
test_backspace_opt.res \
|
|
|
|
- test_balloon.res \
|
2019-06-17 15:41:54 +02:00
|
|
|
test_balloon_gui.res \
|
2019-05-14 16:51:12 +02:00
|
|
|
test_blob.res \
|
|
|
|
test_blockedit.res \
|
2019-06-17 15:41:54 +02:00
|
|
|
Index: vim-8.1.1561/src/testdir/Makefile
|
2019-02-07 20:50:05 +01:00
|
|
|
===================================================================
|
2019-06-17 15:41:54 +02:00
|
|
|
--- vim-8.1.1561.orig/src/testdir/Makefile
|
|
|
|
+++ vim-8.1.1561/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
|
2019-06-17 15:41:54 +02:00
|
|
|
@@ -176,8 +174,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
|