- Updated to revision 2225, fixes the following problems
* When using matchaddpos() a character after the end of the line can be highlighted. * Can't build with +timers when +digraph is not included. * Recursive call to substitute gets stuck in sandbox. * printf() gives an error when the argument for %s is not a string. * printf() does not support binary format. * Sourcing a script where a character has 0x80 as a second byte does not work. * Buffer overflow when using latin1 character with feedkeys(). * Compiler warnings with older compiler and 64 bit numbers. * Crash when placing a sign in a deleted buffer. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=377
This commit is contained in:
parent
e21f585a25
commit
29e0a8e0c1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:820dc208a9fd249a2915b614cd0bf4af4f0a1ad21cf17d283dfe5775bbad816f
|
|
||||||
size 12872240
|
|
3
v7.4.2225.tar.gz
Normal file
3
v7.4.2225.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:82df2fad4b30826299eb8add2873881ee26cba85f6807e6e80082b9b5628413a
|
||||||
|
size 12879124
|
16
vim.changes
16
vim.changes
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 18 07:27:20 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Updated to revision 2225, fixes the following problems
|
||||||
|
* When using matchaddpos() a character after the end of the
|
||||||
|
line can be highlighted.
|
||||||
|
* Can't build with +timers when +digraph is not included.
|
||||||
|
* Recursive call to substitute gets stuck in sandbox.
|
||||||
|
* printf() gives an error when the argument for %s is not a string.
|
||||||
|
* printf() does not support binary format.
|
||||||
|
* Sourcing a script where a character has 0x80 as a second byte
|
||||||
|
does not work.
|
||||||
|
* Buffer overflow when using latin1 character with feedkeys().
|
||||||
|
* Compiler warnings with older compiler and 64 bit numbers.
|
||||||
|
* Crash when placing a sign in a deleted buffer.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 16 07:55:28 UTC 2016 - idonmez@suse.com
|
Tue Aug 16 07:55:28 UTC 2016 - 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 2216
|
%define patchlevel 2225
|
||||||
%define VIM_SUBDIR vim74
|
%define VIM_SUBDIR vim74
|
||||||
%define site_runtimepath /usr/share/vim/site
|
%define site_runtimepath /usr/share/vim/site
|
||||||
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}
|
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}
|
||||||
|
Loading…
Reference in New Issue
Block a user