Hello community, here is the log from the commit of package vim for openSUSE:Factory checked in at 2018-09-20 11:38:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vim (Old) and /work/SRC/openSUSE:Factory/.vim.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vim" Thu Sep 20 11:38:18 2018 rev:219 rq:636164 version:8.1.0401 Changes: -------- --- /work/SRC/openSUSE:Factory/vim/vim.changes 2018-09-11 17:08:45.000204272 +0200 +++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes 2018-09-20 11:38:36.772956889 +0200 @@ -1,0 +2,61 @@ +Mon Sep 17 08:34:57 UTC 2018 - Ondřej Súkup <[email protected]> + +- update to version 8.1.401 + * refresh vim-8.1.0297-dump3.patch + * Can't get swap name of another buffer. + * Using freed memory with :diffget. + * 'hlsearch' highlight remains in other window + * No event triggered after updating diffs + * Diffs are not always updated correctly + * Not all white space difference options available. + * Error while typing :/foo/s// with 'incsearch' enabled + * Building in a shadow directory fails. + * Coverity complains about possible NULL pointer use. + * Sign ordering depends on +netbeans feature. + * Missing source file rename. + * some make programs can't handle dependency on "xdiff/../" + * Variable declaration not at start of block. + * "make proto" doesn't work well. + * Xdiff doesn't use the Vim memory allocation functions + * Compiler warning for uninitialized variable. + * Moving the cursor is slow when 'relativenumber' is set. + * Screen updating still slow when 'cursorline' is set. + * Argument types for select() may be wrong. + * Not using internal diff if 'diffopt' is not changed + * Continuation lines cannot contain comments. + * GTK code has too many #ifdefs and building fails with GTK 2.10. + * getchar(1) no longer processes pending messages + * Pieces of the xdiff code are not used. + * Function profile doesn't specify where it was defined. + * compiler warning in xdiff code + * Internal diff isn't used by default as advertised. + * Cannot get the script line number when executing a function. + * Remote user not used for completion. + * Using an external diff program is slow and inflexible. + * Crash when using term_dumpwrite() after the job finished. + * Using :s with 'incsearch' prevents CTRL-R CTRL-W. + * Incorrect adjusting the popup menu for the preview window. + * an "after" directory of a package is appended to 'rtp' + * browsing compressed tar files does not always work + * 'incsearch' for :/foo/s//<Esc> changes last search pattern. + * Vim may block on ch_sendraw() + * Crash when wiping buffer in a callback. + * Cannot get the window id associated with the location list. + * 'hlsearch' highlighting has a gap after /$. + * 'shellslash' is not used for getcwd() with local directory. + * Crash when a callback deletes a window that is being used. + * :argadd in empty buffer changes the buffer name + * wrong highlight when 'incsearch' set and cancelling :s. + * :file fails in quickfix command. + * 'autowrite' takes effect when buffer is not to be written. + * :mkview does not restore cursor properly after "$" + * Get Gdk-Critical error on first balloon show. + * The qf_add_entries() function is too long. + * using inputlist() during startup results in garbage + * inputlist() doesn't work with a timer. + * Screen dump does not consider NUL and space equal. + * Strings in swap file may not be NUL terminated. + * 'incsearch' regression: /\v highlights everything. + * Too much 'incsearch' highlight for pattern matching everything. + +------------------------------------------------------------------- Old: ---- vim-8.1.0318.tar.gz New: ---- vim-8.1.0401.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vim.spec ++++++ --- /var/tmp/diff_new_pack.HGWpXJ/_old 2018-09-20 11:38:38.192956052 +0200 +++ /var/tmp/diff_new_pack.HGWpXJ/_new 2018-09-20 11:38:38.196956050 +0200 @@ -12,12 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define pkg_version 8.1 -%define patchlevel 0318 +%define patchlevel 0401 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim81 %define site_runtimepath %{_datadir}/vim/site ++++++ vim-8.1.0297-dump3.patch ++++++ --- /var/tmp/diff_new_pack.HGWpXJ/_old 2018-09-20 11:38:38.344955963 +0200 +++ /var/tmp/diff_new_pack.HGWpXJ/_new 2018-09-20 11:38:38.344955963 +0200 @@ -1,11 +1,11 @@ -Index: vim-8.1.0318/src/testdir/test_search.vim +Index: vim-8.1.0401/src/testdir/test_search.vim =================================================================== ---- vim-8.1.0318.orig/src/testdir/test_search.vim -+++ vim-8.1.0318/src/testdir/test_search.vim -@@ -878,7 +878,7 @@ func Test_incsearch_substitute_dump() +--- vim-8.1.0401.orig/src/testdir/test_search.vim ++++ vim-8.1.0401/src/testdir/test_search.vim +@@ -908,7 +908,7 @@ func Test_incsearch_substitute_dump() + " Deleting last slash should remove the match. call term_sendkeys(buf, "\<BS>") - sleep 100m - call VerifyScreenDump(buf, 'Test_incsearch_substitute_03', {}) + "call VerifyScreenDump(buf, 'Test_incsearch_substitute_03', {}) call term_sendkeys(buf, "\<Esc>") ++++++ vim-8.1.0318.tar.gz -> vim-8.1.0401.tar.gz ++++++ /work/SRC/openSUSE:Factory/vim/vim-8.1.0318.tar.gz /work/SRC/openSUSE:Factory/.vim.new/vim-8.1.0401.tar.gz differ: char 29, line 1
