- Updated to revision 658, fixes the following problems
* The tabline menu was using ":999tabnew" which is now invalid. * When using "gf" escaped spaces are not handled. * Stratus VOS doesn't have sync(). * When splitting the window in a BufAdd autocommand while still in the first, empty buffer the window count is wrong. * ":bufdo" may start at a deleted buffer. * Compiler complains about ignoring return value of fwrite(). (Michael Jarvis) * Configure check may fail because the dl library is not used. * Can't match "%>80v" properly for multi-byte characters. * Xxd lacks a few features. * Insert mode completion with complete() may have CTRL-L work like CTRL-P. * glob() and globpath() cannot include links to non-existing files. (Charles Campbell) * Text deleted by "dit" depends on indent of closing tag. (Jan Parthey) * Missing changes for glob() in one file. * Compiler warnings for pointer mismatch. * 'formatexpr' is evaluated too often. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=260
This commit is contained in:
parent
5a242822de
commit
4471921be9
4
_service
4
_service
@ -3,8 +3,8 @@
|
|||||||
<param name="scm">hg</param>
|
<param name="scm">hg</param>
|
||||||
<param name="url">https://code.google.com/p/vim</param>
|
<param name="url">https://code.google.com/p/vim</param>
|
||||||
<param name="filename">vim</param>
|
<param name="filename">vim</param>
|
||||||
<param name="versionprefix">7.4.640.hg</param>
|
<param name="versionprefix">7.4.658.hg</param>
|
||||||
<param name="revision">v7-4-640</param>
|
<param name="revision">v7-4-658</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:22ef8f2a1322aaf3400b2e3af14ab11a3bf189f344f152c66b3d726f735827ff
|
|
||||||
size 7785896
|
|
3
vim-7.4.658.hg.6667.tar.xz
Normal file
3
vim-7.4.658.hg.6667.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:60d7aacd85390adc781ab821944089ce884a85d5776e909677bf9af52c288b39
|
||||||
|
size 7791692
|
25
vim.changes
25
vim.changes
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 10 07:58:51 UTC 2015 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Updated to revision 658, fixes the following problems
|
||||||
|
* The tabline menu was using ":999tabnew" which is now invalid.
|
||||||
|
* When using "gf" escaped spaces are not handled.
|
||||||
|
* Stratus VOS doesn't have sync().
|
||||||
|
* When splitting the window in a BufAdd autocommand while still in
|
||||||
|
the first, empty buffer the window count is wrong.
|
||||||
|
* ":bufdo" may start at a deleted buffer.
|
||||||
|
* Compiler complains about ignoring return value of fwrite().
|
||||||
|
(Michael Jarvis)
|
||||||
|
* Configure check may fail because the dl library is not used.
|
||||||
|
* Can't match "%>80v" properly for multi-byte characters.
|
||||||
|
* Xxd lacks a few features.
|
||||||
|
* Insert mode completion with complete() may have CTRL-L work like
|
||||||
|
CTRL-P.
|
||||||
|
* glob() and globpath() cannot include links to non-existing files.
|
||||||
|
(Charles Campbell)
|
||||||
|
* Text deleted by "dit" depends on indent of closing tag.
|
||||||
|
(Jan Parthey)
|
||||||
|
* Missing changes for glob() in one file.
|
||||||
|
* Compiler warnings for pointer mismatch.
|
||||||
|
* 'formatexpr' is evaluated too often.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 20 09:49:43 UTC 2015 - idonmez@suse.com
|
Fri Feb 20 09:49:43 UTC 2015 - idonmez@suse.com
|
||||||
|
|
||||||
|
4
vim.spec
4
vim.spec
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pkg_version 7.4
|
%define pkg_version 7.4
|
||||||
%define patchlevel 640
|
%define patchlevel 658
|
||||||
%define revision 6629
|
%define revision 6667
|
||||||
%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