Accepting request 636139 from home:mimi_vx:branches:editors

- 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.

OBS-URL: https://build.opensuse.org/request/show/636139
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=516
This commit is contained in:
Martin Pluskal 2018-09-17 11:34:01 +00:00 committed by Git OBS Bridge
parent 93aca7a99b
commit e70825c7be
5 changed files with 71 additions and 10 deletions

View File

@ -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>")

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:621a16ebfa2cf46b27c7d0cbd5dddb990a5d255cde44aa047e3b6649805c5d28
size 13792773

3
vim-8.1.0401.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9fe493f77c363edf82cb7c0e9e4182ee23c8707abf126fa06a47b8b49afea0b5
size 13857766

View File

@ -1,3 +1,64 @@
-------------------------------------------------------------------
Mon Sep 17 08:34:57 UTC 2018 - Ondřej Súkup <mimi.vx@gmail.com>
- 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.
-------------------------------------------------------------------
Wed Aug 22 19:12:45 UTC 2018 - mimi.vx@gmail.com

View File

@ -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