- Updated to revision 311, fixes the following problems
* Double free on exit when using a closure. (James McCoy) * Ex command range with repeated search does not work. (Bruce DeVisser) * When the GUI window is resized Vim does not always take over the new size. (Luchr) * Cannot stop diffing hidden buffers. (Daniel Hahler) * No tests for ":set completion" and various errors of the :set command. * Cannot set terminal key codes with :let. * Bracketed paste does not work in Visual mode. * Assign test fails in the GUI. * Invalid memory access when option has duplicate flag. * mode() not sufficiently tested. * Asan detects a memory error when EXITFREE is defined. (Dominique Pelle) * When using a symbolic link, the package path will not be inserted at the right position in 'runtimepath'. (Dugan Chen, Norio Takagi) * Cannot use an empty key in json. * Not enough testing for GUI functionality. * Linebreak tests are old style. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=414
This commit is contained in:
parent
f85bf36545
commit
18468d0aa5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:960f9f61c4a188ced9171fede72d631264e66718f106ef0e1e4c5d3f39414f38
|
||||
size 12981796
|
3
vim-8.0.0311.tar.gz
Normal file
3
vim-8.0.0311.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:954438108562193b3c40d4558bf35b1f0910a97b58896a4be4d289f035b3aeb0
|
||||
size 12985133
|
22
vim.changes
22
vim.changes
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 6 10:12:18 UTC 2017 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 311, fixes the following problems
|
||||
* Double free on exit when using a closure. (James McCoy)
|
||||
* Ex command range with repeated search does not work. (Bruce DeVisser)
|
||||
* When the GUI window is resized Vim does not always take over the new
|
||||
size. (Luchr)
|
||||
* Cannot stop diffing hidden buffers. (Daniel Hahler)
|
||||
* No tests for ":set completion" and various errors of the :set command.
|
||||
* Cannot set terminal key codes with :let.
|
||||
* Bracketed paste does not work in Visual mode.
|
||||
* Assign test fails in the GUI.
|
||||
* Invalid memory access when option has duplicate flag.
|
||||
* mode() not sufficiently tested.
|
||||
* Asan detects a memory error when EXITFREE is defined. (Dominique Pelle)
|
||||
* When using a symbolic link, the package path will not be inserted at
|
||||
the right position in 'runtimepath'. (Dugan Chen, Norio Takagi)
|
||||
* Cannot use an empty key in json.
|
||||
* Not enough testing for GUI functionality.
|
||||
* Linebreak tests are old style.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 3 12:12:19 UTC 2017 - idonmez@suse.com
|
||||
|
||||
|
4
vim.spec
4
vim.spec
@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
%define pkg_version 8.0
|
||||
%define patchlevel 0296
|
||||
%define patchlevel_compact 296
|
||||
%define patchlevel 0311
|
||||
%define patchlevel_compact 311
|
||||
%define VIM_SUBDIR vim80
|
||||
%define site_runtimepath /usr/share/vim/site
|
||||
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}
|
||||
|
Loading…
Reference in New Issue
Block a user