- Updated to revision 729, fixes the following problems
* Illegal memory access when there are illegal bytes. * ":let list += list" can change a locked list. * Autocommands triggered by quickfix cannot get the current title value. * Overflow when adding MAXCOL to a pointer. * When 'list' is set Visual mode does not highlight anything in empty lines. (mgaleski) * 0x202f is not recognized as a non-breaking space character. * For indenting, finding the C++ baseclass can be slow. * ":call setreg('"', [])" reports an internal error. * Occasional crash with 'list' set. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=269
This commit is contained in:
parent
d831f7c3b3
commit
da796f1edd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e2990f82951b2b524f9a26190c9ea430990f4792ab75e7f3fed1465439e7d196
|
|
||||||
size 12169754
|
|
3
v7-4-729.tar.gz
Normal file
3
v7-4-729.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f042f7e450bff32e6aef77ba4a32da75a2c5c5002783e0c94f107f307de7b657
|
||||||
|
size 12172406
|
14
vim.changes
14
vim.changes
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 22 09:06:09 UTC 2015 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Updated to revision 729, fixes the following problems
|
||||||
|
* Illegal memory access when there are illegal bytes.
|
||||||
|
* ":let list += list" can change a locked list.
|
||||||
|
* Autocommands triggered by quickfix cannot get the current title value.
|
||||||
|
* Overflow when adding MAXCOL to a pointer.
|
||||||
|
* When 'list' is set Visual mode does not highlight anything in empty lines. (mgaleski)
|
||||||
|
* 0x202f is not recognized as a non-breaking space character.
|
||||||
|
* For indenting, finding the C++ baseclass can be slow.
|
||||||
|
* ":call setreg('"', [])" reports an internal error.
|
||||||
|
* Occasional crash with 'list' set.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 27 10:45:14 UTC 2015 - idonmez@suse.com
|
Mon Apr 27 10:45:14 UTC 2015 - idonmez@suse.com
|
||||||
|
|
||||||
|
2
vim.spec
2
vim.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pkg_version 7.4
|
%define pkg_version 7.4
|
||||||
%define patchlevel 712
|
%define patchlevel 729
|
||||||
%define _rversion 7-4-%patchlevel
|
%define _rversion 7-4-%patchlevel
|
||||||
%define VIM_SUBDIR vim74
|
%define VIM_SUBDIR vim74
|
||||||
%define site_runtimepath /usr/share/vim/site
|
%define site_runtimepath /usr/share/vim/site
|
||||||
|
Loading…
Reference in New Issue
Block a user