f88071b9c7
- update to 8.1.0229 - refresh disable-unreliable-tests.patch and vim-7.4-disable_lang_no.patch * Crash when dumping profiling data. * Dropping files is ignored while Vim is busy. * Mode() does not indicate using CTRL-O from Insert mode. * Hang in bracketed paste mode when t_PE not encountered. * Completing shell command finds sub-directories in $PATH. * Ruby converts v:true and v:false to a number. * Expanding ## fails to escape backtick. * Cannot add matches to another window. * Compiler warning for variable set but not used. * No error if configure --with-x cannot configure X. * +autochdir feature not reported by has() or :version. * CTRL-W CR does not work properly in a quickfix window * Preferred cursor column not set in interfaces. * Expanding a file name "~" results in $HOME. * Stderr output from Ruby messes up display. * Invalid memory access with invalid modeline. * :version always shows +packages. * Newer Python uses "importlib" instead of "imp". OBS-URL: https://build.opensuse.org/request/show/626502 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=508
66 lines
2.1 KiB
Diff
66 lines
2.1 KiB
Diff
Index: vim-8.1.0229/src/testdir/test_alot.vim
|
|
===================================================================
|
|
--- vim-8.1.0229.orig/src/testdir/test_alot.vim
|
|
+++ vim-8.1.0229/src/testdir/test_alot.vim
|
|
@@ -33,13 +33,11 @@ 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_modeline.vim
|
|
source test_partial.vim
|
|
-source test_popup.vim
|
|
source test_put.vim
|
|
source test_recover.vim
|
|
source test_reltime.vim
|
|
@@ -55,7 +53,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.0229/src/testdir/Makefile
|
|
===================================================================
|
|
--- vim-8.1.0229.orig/src/testdir/Makefile
|
|
+++ vim-8.1.0229/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.0229/src/testdir/Make_all.mak
|
|
===================================================================
|
|
--- vim-8.1.0229.orig/src/testdir/Make_all.mak
|
|
+++ vim-8.1.0229/src/testdir/Make_all.mak
|
|
@@ -140,7 +140,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 \
|
|
@@ -198,4 +195,3 @@ NEW_TESTS = test_arabic.res \
|
|
# Explicit dependencies.
|
|
test49.out: test49.vim
|
|
|
|
-test_options.res test_alot.res: opt_test.vim
|