2019-01-04 14:34:11 +01:00
|
|
|
Index: vim-8.1.0685/src/testdir/test_alot.vim
|
2017-10-12 10:18:37 +02:00
|
|
|
===================================================================
|
2019-01-04 14:34:11 +01:00
|
|
|
--- vim-8.1.0685.orig/src/testdir/test_alot.vim
|
|
|
|
+++ vim-8.1.0685/src/testdir/test_alot.vim
|
2018-11-15 10:06:18 +01:00
|
|
|
@@ -36,14 +36,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
|
2018-11-15 10:06:18 +01:00
|
|
|
@@ -60,7 +58,6 @@ source test_tabpage.vim
|
2017-10-12 10:18:37 +02:00
|
|
|
source test_tagcase.vim
|
|
|
|
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-01-04 14:34:11 +01:00
|
|
|
Index: vim-8.1.0685/src/testdir/Makefile
|
2017-11-29 15:11:38 +01:00
|
|
|
===================================================================
|
2019-01-04 14:34:11 +01:00
|
|
|
--- vim-8.1.0685.orig/src/testdir/Makefile
|
|
|
|
+++ vim-8.1.0685/src/testdir/Makefile
|
|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
-#
|
|
|
|
+#o
|
|
|
|
# Makefile to run all tests for Vim
|
|
|
|
#
|
|
|
|
|
2018-11-15 10:06:18 +01:00
|
|
|
@@ -149,8 +149,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
|
2019-01-04 14:34:11 +01:00
|
|
|
Index: vim-8.1.0685/src/testdir/Make_all.mak
|
2017-11-29 15:18:03 +01:00
|
|
|
===================================================================
|
2019-01-04 14:34:11 +01:00
|
|
|
--- vim-8.1.0685.orig/src/testdir/Make_all.mak
|
|
|
|
+++ vim-8.1.0685/src/testdir/Make_all.mak
|
2018-07-13 08:48:02 +02:00
|
|
|
@@ -140,7 +140,6 @@ NEW_TESTS = test_arabic.res \
|
2017-11-29 15:18:03 +01:00
|
|
|
test_netbeans.res \
|
|
|
|
test_normal.res \
|
|
|
|
test_number.res \
|
|
|
|
- test_options.res \
|
|
|
|
test_packadd.res \
|
|
|
|
test_paste.res \
|
|
|
|
test_perl.res \
|
2019-01-04 14:34:11 +01:00
|
|
|
@@ -173,11 +172,8 @@ NEW_TESTS = test_arabic.res \
|
2017-11-29 15:56:28 +01:00
|
|
|
test_system.res \
|
|
|
|
test_tab.res \
|
|
|
|
test_tcl.res \
|
|
|
|
- test_terminal.res \
|
|
|
|
- test_terminal_fail.res \
|
|
|
|
test_textformat.res \
|
|
|
|
test_textobjects.res \
|
2019-01-04 14:34:11 +01:00
|
|
|
- test_textprop.res \
|
2017-11-29 15:56:28 +01:00
|
|
|
test_undo.res \
|
2019-01-04 14:34:11 +01:00
|
|
|
test_user_func.res \
|
|
|
|
test_usercommands.res \
|
|
|
|
@@ -200,4 +196,3 @@ NEW_TESTS = test_arabic.res \
|
2017-11-29 15:18:03 +01:00
|
|
|
# Explicit dependencies.
|
|
|
|
test49.out: test49.vim
|
|
|
|
|
|
|
|
-test_options.res test_alot.res: opt_test.vim
|