- Updated to revision 442, fixes the following problems
* test_listlbr fails when compiled with normal features. * Compiler warning. * When the startup code expands command line arguments, setting 'encoding' will not properly convert the arguments. * gettabvar() is not consistent with getwinvar() and getbufvar(). * Line formatting behaves differently when 'linebreak' is set. (mvxxc) * ml_get error for autocommand that moves the cursor of the current window. * New and old regexp engine are not consistent. * Cached values for 'cino' not reset for ":set all&". * Duplicate message in message history. Some quickfix messages appear twice. (Gary Johnson) * Omni complete popup drawn incorrectly. * Endless loop and other problems when 'cedit' is set to CTRL-C. * Using unitinialized variable. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=231
This commit is contained in:
parent
f5059a4502
commit
eb753fe30e
4
_service
4
_service
@ -3,8 +3,8 @@
|
||||
<param name="scm">hg</param>
|
||||
<param name="url">https://code.google.com/p/vim/</param>
|
||||
<param name="filename">vim</param>
|
||||
<param name="versionprefix">7.4.429.hg</param>
|
||||
<param name="revision">v7-4-429</param>
|
||||
<param name="versionprefix">7.4.442.hg</param>
|
||||
<param name="revision">v7-4-442</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="compression">xz</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:06c62dcfa18aa2ebf55bb3842411e57de4c0325ebb1bf9872113f5f67769f8a9
|
||||
size 7800268
|
3
vim-7.4.442.hg.6214.tar.xz
Normal file
3
vim-7.4.442.hg.6214.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9796bc34abdfddcba5f65ce7171ca505c842ee219dc0ec4c24daed79f85b6183
|
||||
size 7799824
|
21
vim.changes
21
vim.changes
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 10 14:16:55 UTC 2014 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 442, fixes the following problems
|
||||
* test_listlbr fails when compiled with normal features.
|
||||
* Compiler warning.
|
||||
* When the startup code expands command line arguments, setting
|
||||
'encoding' will not properly convert the arguments.
|
||||
* gettabvar() is not consistent with getwinvar() and getbufvar().
|
||||
* Line formatting behaves differently when 'linebreak' is set.
|
||||
(mvxxc)
|
||||
* ml_get error for autocommand that moves the cursor of the current
|
||||
window.
|
||||
* New and old regexp engine are not consistent.
|
||||
* Cached values for 'cino' not reset for ":set all&".
|
||||
* Duplicate message in message history. Some quickfix messages
|
||||
appear twice. (Gary Johnson)
|
||||
* Omni complete popup drawn incorrectly.
|
||||
* Endless loop and other problems when 'cedit' is set to CTRL-C.
|
||||
* Using unitinialized variable.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 30 14:21:44 UTC 2014 - idonmez@suse.com
|
||||
|
||||
|
4
vim.spec
4
vim.spec
@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
%define pkg_version 7.4
|
||||
%define patchlevel 429
|
||||
%define revision 6187
|
||||
%define patchlevel 442
|
||||
%define revision 6214
|
||||
%define VIM_SUBDIR vim74
|
||||
%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