- Updated to revision 253, fixes the following problems
* Crash for "vim -u NONE -N -c '&&'". * Configure message for detecting smack are out of sequence. * When passing input to system() there is no way to keep NUL and NL characters separate. * Cannot distinguish between NL and NUL in output of system(). * Some test files missing from distribution. * Crash when BufAdd autocommand wipes out the buffer. * Critical error in GTK, removing timer twice. * Crash when using cpp syntax file with pattern using external match. (Havard Garnes) OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=211
This commit is contained in:
parent
caf8e2c273
commit
74132c5882
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:efb72d3ad775ef92b9438f0e641ff7d4cc9ab6076212cae075ada631776c4d64
|
oid sha256:d963bdb18f766b6322214358e10bed79348ada6c38ba82f4c102cfab0ef9099c
|
||||||
size 276362
|
size 283771
|
||||||
|
15
vim.changes
15
vim.changes
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 7 13:43:01 UTC 2014 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Updated to revision 253, fixes the following problems
|
||||||
|
* Crash for "vim -u NONE -N -c '&&'".
|
||||||
|
* Configure message for detecting smack are out of sequence.
|
||||||
|
* When passing input to system() there is no way to keep NUL and
|
||||||
|
NL characters separate.
|
||||||
|
* Cannot distinguish between NL and NUL in output of system().
|
||||||
|
* Some test files missing from distribution.
|
||||||
|
* Crash when BufAdd autocommand wipes out the buffer.
|
||||||
|
* Critical error in GTK, removing timer twice.
|
||||||
|
* Crash when using cpp syntax file with pattern using external
|
||||||
|
match. (Havard Garnes)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 3 12:12:45 UTC 2014 - idonmez@suse.com
|
Thu Apr 3 12:12:45 UTC 2014 - idonmez@suse.com
|
||||||
|
|
||||||
|
2
vim.spec
2
vim.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pkg_version 7.4
|
%define pkg_version 7.4
|
||||||
%define official_ptchlvl 244
|
%define official_ptchlvl 253
|
||||||
%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