2364c79897
- update to 8.1 revision 0020 - refresh disable-unreliable-tests.patch vim-8.0-ttytype-test.patch - refresh vim73-no-static-libpython.patch - added: * term command - built in terminal window - fixes: * Using "gn" may select wrong text when wrapping. * Shell command completion has duplicates * Possible crash in term_wait() * qf_init_ext() is too long. * Using freed memory when changing terminal cursor color * maparg() and mapcheck() confuse empty and non-existing. * syn_id2cterm_bg() may be undefined. * :stopinsert changes the message position. * The netrw plugin does not work. ------------------------------------------------------------------ OBS-URL: https://build.opensuse.org/request/show/611530 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=495
86 lines
2.6 KiB
Diff
86 lines
2.6 KiB
Diff
Index: vim-8.1.0020/src/testdir/test_alot.vim
|
|
===================================================================
|
|
--- vim-8.1.0020.orig/src/testdir/test_alot.vim
|
|
+++ vim-8.1.0020/src/testdir/test_alot.vim
|
|
@@ -33,12 +33,10 @@ source test_join.vim
|
|
source test_jumps.vim
|
|
source test_lambda.vim
|
|
source test_lispwords.vim
|
|
-source test_mapping.vim
|
|
source test_match.vim
|
|
source test_menu.vim
|
|
source test_messages.vim
|
|
source test_partial.vim
|
|
-source test_popup.vim
|
|
source test_put.vim
|
|
source test_recover.vim
|
|
source test_reltime.vim
|
|
@@ -54,7 +52,6 @@ source test_tabpage.vim
|
|
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
|
|
source test_virtualedit.vim
|
|
Index: vim-8.1.0020/src/testdir/Makefile
|
|
===================================================================
|
|
--- vim-8.1.0020.orig/src/testdir/Makefile
|
|
+++ vim-8.1.0020/src/testdir/Makefile
|
|
@@ -144,8 +144,5 @@ test_gui_init.res: test_gui_init.vim
|
|
$(RUN_VIMTEST) -u gui_preinit.vim -U gui_init.vim $(NO_PLUGINS) -S runtest.vim $<
|
|
@rm vimcmd
|
|
|
|
-opt_test.vim: ../option.c gen_opt_test.vim
|
|
- $(VIMPROG) -u NONE -S gen_opt_test.vim --noplugin --not-a-term ../option.c
|
|
-
|
|
test_xxd.res:
|
|
XXD=$(XXDPROG); export XXD; $(RUN_VIMTEST) $(NO_INITS) -S runtest.vim test_xxd.vim
|
|
Index: vim-8.1.0020/src/Makefile
|
|
===================================================================
|
|
--- vim-8.1.0020.orig/src/Makefile
|
|
+++ vim-8.1.0020/src/Makefile
|
|
@@ -2243,7 +2243,6 @@ test_arglist \
|
|
test_netbeans \
|
|
test_normal \
|
|
test_number \
|
|
- test_options \
|
|
test_packadd \
|
|
test_partial \
|
|
test_paste \
|
|
@@ -2293,8 +2292,6 @@ test_arglist \
|
|
test_tagjump \
|
|
test_taglist \
|
|
test_tcl \
|
|
- test_terminal \
|
|
- test_terminal_fail \
|
|
test_textformat \
|
|
test_textobjects \
|
|
test_timers \
|
|
Index: vim-8.1.0020/src/testdir/Make_all.mak
|
|
===================================================================
|
|
--- vim-8.1.0020.orig/src/testdir/Make_all.mak
|
|
+++ vim-8.1.0020/src/testdir/Make_all.mak
|
|
@@ -141,7 +141,6 @@ NEW_TESTS = test_arabic.res \
|
|
test_netbeans.res \
|
|
test_normal.res \
|
|
test_number.res \
|
|
- test_options.res \
|
|
test_packadd.res \
|
|
test_paste.res \
|
|
test_perl.res \
|
|
@@ -172,8 +171,6 @@ NEW_TESTS = test_arabic.res \
|
|
test_system.res \
|
|
test_tab.res \
|
|
test_tcl.res \
|
|
- test_terminal.res \
|
|
- test_terminal_fail.res \
|
|
test_textformat.res \
|
|
test_textobjects.res \
|
|
test_undo.res \
|
|
@@ -197,4 +194,3 @@ NEW_TESTS = test_arabic.res \
|
|
# Explicit dependencies.
|
|
test49.out: test49.vim
|
|
|
|
-test_options.res test_alot.res: opt_test.vim
|