- Updated to revision 147, fixes the following problems
* Not enough test coverage for syntax commands. * Test fails because of using :finish. * "2;'(" causes ml_get errors in an empty buffer. * Null pointer access reported by UBsan. * An address relative to the current line, ":.,+3y", does not work properly on a closed fold. * When using indent folding and changing indent the wrong fold is opened. * When 'maxfuncdepth' is set above 200 the nesting is limited to 200. * Small build fails. * Warning for unused argument. * Pasting inserted text in Visual mode does not work properly. * Nested function test fails on AppVeyor. * Normal colors are wrong with 'termguicolors'. * Line number of current buffer in getbufinfo() is wrong. * When using MSVC the GvimExt directory is cleaned twice. * Running tests on MS-Windows is a little bit noisy. * When using 'termguicolors' on MS-Windows the RGB definition causes the colors to be wrong. * searchpair() does not work when 'magic' is off. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=404
This commit is contained in:
parent
ee2dba2a7d
commit
7ecad313af
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:73b1236dc4fdf77bff6ab946f80463932c7a806bb020cf0738ffad3ed2e7ed13
|
||||
size 12948905
|
3
vim-8.0.0147.tar.gz
Normal file
3
vim-8.0.0147.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f83a1d133a34d0fee8cdf44e75fc2321463b275f952bd884586bc827ec395866
|
||||
size 12950122
|
25
vim.changes
25
vim.changes
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 8 08:24:18 UTC 2017 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 147, fixes the following problems
|
||||
* Not enough test coverage for syntax commands.
|
||||
* Test fails because of using :finish.
|
||||
* "2;'(" causes ml_get errors in an empty buffer.
|
||||
* Null pointer access reported by UBsan.
|
||||
* An address relative to the current line, ":.,+3y", does not work
|
||||
properly on a closed fold.
|
||||
* When using indent folding and changing indent the wrong fold is
|
||||
opened.
|
||||
* When 'maxfuncdepth' is set above 200 the nesting is limited to 200.
|
||||
* Small build fails.
|
||||
* Warning for unused argument.
|
||||
* Pasting inserted text in Visual mode does not work properly.
|
||||
* Nested function test fails on AppVeyor.
|
||||
* Normal colors are wrong with 'termguicolors'.
|
||||
* Line number of current buffer in getbufinfo() is wrong.
|
||||
* When using MSVC the GvimExt directory is cleaned twice.
|
||||
* Running tests on MS-Windows is a little bit noisy.
|
||||
* When using 'termguicolors' on MS-Windows the RGB definition causes
|
||||
the colors to be wrong.
|
||||
* searchpair() does not work when 'magic' is off.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 10 15:32:28 UTC 2016 - idonmez@suse.com
|
||||
|
||||
|
6
vim.spec
6
vim.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package vim
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
%define pkg_version 8.0
|
||||
%define patchlevel 0130
|
||||
%define patchlevel_compact 130
|
||||
%define patchlevel 0147
|
||||
%define patchlevel_compact 147
|
||||
%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