6aeb8c7a0a
- update to 8.1 revision 8.1.0178 - refresh disable-unreliable-tests.patch vim-7.3-filetype_changes.patch vim-7.3-filetype_ftl.patch vim-7.3-filetype_spec.patch vim-7.3-help_tags.patch vim-7.3-name_vimrc.patch vim-7.4-filetype_apparmor.patch * Warning for passing pointer to non-pointer argument. * Overlapping string argument for strcpy(). * Marks test fails in very wide window * After paging up and down fold line is wrong. * 'viminfofile' option does not behave like a file name. * Typing CTRL-W n in a terminal window causes ml_get error. * Invalid memory use with complicated pattern. * Calling message_filtered() a bit too often. * output of :marks is too short with multi-byte chars * lock flag in new dictitem is reset in many places * using dict_add_nr_str() is clumsy * :clist output can be very long. * luaeval('vim.buffer().name') returns an error. * Danish and German man pages are not installed. * Buffer not updated with 'autoread' set if file was deleted. * completion for user names does not work for a prefix. * GUI: input() fails if CTRL-C was pressed before * Evim.man missing from the distribution. * Crash with "set smarttab shiftwidth=0 softtabstop=-1". * Build with SHADOWDIR fails. * session is wrong with multiple tabs when :lcd was used * Memory leak when using :tcl expr command. OBS-URL: https://build.opensuse.org/request/show/622350 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=503
65 lines
2.1 KiB
Diff
65 lines
2.1 KiB
Diff
Index: vim-8.1.0178/src/testdir/test_alot.vim
|
|
===================================================================
|
|
--- vim-8.1.0178.orig/src/testdir/test_alot.vim
|
|
+++ vim-8.1.0178/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.0178/src/testdir/Makefile
|
|
===================================================================
|
|
--- vim-8.1.0178.orig/src/testdir/Makefile
|
|
+++ vim-8.1.0178/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.0178/src/testdir/Make_all.mak
|
|
===================================================================
|
|
--- vim-8.1.0178.orig/src/testdir/Make_all.mak
|
|
+++ vim-8.1.0178/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
|