- Updated to revision 608, fixes the following problems
* Compiler warnings for unitinialized variables. (John Little) * Can't match "%>80v" properly. (Axel Bender) * Range for :bdelete does not work. (Ronald Schild) * Parallel building of the documentation html files is not reliable. * Conceal does not work properly with 'linebreak'. (cs86661) * ":0argedit foo" puts the new argument in the second place instead of the first. * Using ctrl_x_mode as if it contains flags. * test_listlbr_utf8 fails when the conceal feature is not available. * When doing ":e foobar" when already editing "foobar" and 'buftype' is "nofile" the buffer is cleared. (Xavier de Gaye) * Crash when searching for "x\{0,90000}". (Dominique Pelle) * Using a block delete while 'breakindent' is set does not work properly. * The test_command_count test fails when using Japanese. * Tiny build doesn't compile. (Ike Devolder) * Cannot change the result of systemlist(). * Out-of-memory error. * Memory wasted in struct because of aligning. * It is not possible to have feedkeys() insert characters. * ":set" does not accept hex numbers as documented. * 'foldcolumn' may be set such that it fills the whole window, not leaving space for text. * Running tests changes viminfo. * The # register is not writable, it cannot be restored after jumping around. * May crash when using a small window. * Compiler warnings for unused variables. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=255
This commit is contained in:
parent
cf84e4ad29
commit
144ced6bd3
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.580.hg</param>
|
||||
<param name="revision">v7-4-580</param>
|
||||
<param name="versionprefix">7.4.608.hg</param>
|
||||
<param name="revision">v7-4-608</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:4bfdba6aa4bb1c279812597a8749a210c6d934381a79d293921c0796f820e316
|
||||
size 7780732
|
3
vim-7.4.608.hg.6563.tar.xz
Normal file
3
vim-7.4.608.hg.6563.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:90fbbf8a7587e2e68997c017754d38b04c683c3ea411266a4da2e1d78a0a1e43
|
||||
size 7783768
|
33
vim.changes
33
vim.changes
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 13:17:21 UTC 2015 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 608, fixes the following problems
|
||||
* Compiler warnings for unitinialized variables. (John Little)
|
||||
* Can't match "%>80v" properly. (Axel Bender)
|
||||
* Range for :bdelete does not work. (Ronald Schild)
|
||||
* Parallel building of the documentation html files is not reliable.
|
||||
* Conceal does not work properly with 'linebreak'. (cs86661)
|
||||
* ":0argedit foo" puts the new argument in the second place instead
|
||||
of the first.
|
||||
* Using ctrl_x_mode as if it contains flags.
|
||||
* test_listlbr_utf8 fails when the conceal feature is not available.
|
||||
* When doing ":e foobar" when already editing "foobar" and 'buftype'
|
||||
is "nofile" the buffer is cleared. (Xavier de Gaye)
|
||||
* Crash when searching for "x\{0,90000}". (Dominique Pelle)
|
||||
* Using a block delete while 'breakindent' is set does not work
|
||||
properly.
|
||||
* The test_command_count test fails when using Japanese.
|
||||
* Tiny build doesn't compile. (Ike Devolder)
|
||||
* Cannot change the result of systemlist().
|
||||
* Out-of-memory error.
|
||||
* Memory wasted in struct because of aligning.
|
||||
* It is not possible to have feedkeys() insert characters.
|
||||
* ":set" does not accept hex numbers as documented.
|
||||
* 'foldcolumn' may be set such that it fills the whole window, not
|
||||
leaving space for text.
|
||||
* Running tests changes viminfo.
|
||||
* The # register is not writable, it cannot be restored after
|
||||
jumping around.
|
||||
* May crash when using a small window.
|
||||
* Compiler warnings for unused variables.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 09:45:18 UTC 2015 - idonmez@suse.com
|
||||
|
||||
|
4
vim.spec
4
vim.spec
@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
%define pkg_version 7.4
|
||||
%define patchlevel 580
|
||||
%define revision 6506
|
||||
%define patchlevel 608
|
||||
%define revision 6563
|
||||
%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