- Updated to revision 537, fixes the following problems
* With a wrapping line the cursor may not end up in the right place. (Nazri Ramliy) * Using status line height in width computations. * Crash when using syntax highlighting. * Sun PCK locale is not recognzed. * When using "vep" a mark is moved to the next line. (Maxi Padulo, Issue 283) * Specifying wrong buffer size for GetLongPathName(). * When the X11 server is stopped and restarted, while Vim is kept in the background, copy/paste no longer works. (Issue 203) * When using ":ownsyntax" spell checking is messed up. (Issue 78) * map() leaks memory when there is an error in the expression. * matchstr() fails on long text. Daniel Hahler) * Still confusing regexp failure and NFA_TOO_EXPENSIVE. * Crash when using matchadd() (Yasuhiro Matsumoto) * No test for what 7.4.517 fixes. * Many commands take a count or range that is not using line numbers. * Comments about parsing an Ex command are wrong. * When using 'incsearch' "2/pattern/e" highlights the first match. * ":hardcopy" leaks memory in case of errors. * Warnings when compiling if_ruby.c. * Can't build with tiny features. * Test 63 fails when using a black&white terminal. * Value of v:hlsearch reflects an internal variable. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=243
This commit is contained in:
parent
c8dca8ff2d
commit
a0fa01c593
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.516.hg</param>
|
||||
<param name="revision">v7-4-516</param>
|
||||
<param name="versionprefix">7.4.537.hg</param>
|
||||
<param name="revision">v7-4-537</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:2851e1aa2bcb92581ec5d303063d3b6fec908c80b6862e7658c2ad46dd0f0f40
|
||||
size 7750580
|
3
vim-7.4.537.hg.6413.tar.xz
Normal file
3
vim-7.4.537.hg.6413.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe51761099406c84e1ab209ea3545da95eca836faf3dea38777fffb77d227e59
|
||||
size 7756892
|
30
vim.changes
30
vim.changes
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 28 07:14:34 UTC 2014 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 537, fixes the following problems
|
||||
* With a wrapping line the cursor may not end up in the right place.
|
||||
(Nazri Ramliy)
|
||||
* Using status line height in width computations.
|
||||
* Crash when using syntax highlighting.
|
||||
* Sun PCK locale is not recognzed.
|
||||
* When using "vep" a mark is moved to the next line. (Maxi Padulo,
|
||||
Issue 283)
|
||||
* Specifying wrong buffer size for GetLongPathName().
|
||||
* When the X11 server is stopped and restarted, while Vim is kept in
|
||||
the background, copy/paste no longer works. (Issue 203)
|
||||
* When using ":ownsyntax" spell checking is messed up. (Issue 78)
|
||||
* map() leaks memory when there is an error in the expression.
|
||||
* matchstr() fails on long text. Daniel Hahler)
|
||||
* Still confusing regexp failure and NFA_TOO_EXPENSIVE.
|
||||
* Crash when using matchadd() (Yasuhiro Matsumoto)
|
||||
* No test for what 7.4.517 fixes.
|
||||
* Many commands take a count or range that is not using line
|
||||
numbers.
|
||||
* Comments about parsing an Ex command are wrong.
|
||||
* When using 'incsearch' "2/pattern/e" highlights the first match.
|
||||
* ":hardcopy" leaks memory in case of errors.
|
||||
* Warnings when compiling if_ruby.c.
|
||||
* Can't build with tiny features.
|
||||
* Test 63 fails when using a black&white terminal.
|
||||
* Value of v:hlsearch reflects an internal variable.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 18 11:50:40 UTC 2014 - idonmez@suse.com
|
||||
|
||||
|
4
vim.spec
4
vim.spec
@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
%define pkg_version 7.4
|
||||
%define patchlevel 516
|
||||
%define revision 6367
|
||||
%define patchlevel 537
|
||||
%define revision 6413
|
||||
%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