- Updated to revision 035, fixes the following problems
* Equivalence classes are not working for multi-byte characters. * An error in a pattern is reported twice. * The -mno-cygwin argument is no longer supported by Cygwin. * ":diffoff!" resets options even when 'diff' is not set. (Charles Cooper) * NFA engine does not match the NUL character. (Jonathon Merz) * When the terminal has only 20 lines test 92 and 93 overwrite the input file. * Using "p" in Visual block mode only changes the first line. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=163
This commit is contained in:
parent
04456e45f8
commit
36f3ee3ab3
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:d6d3ce2952e7cb8c0c2b9bcd41a231d4ccd4e62c9f8dde5c980c5b94f97d9721
|
oid sha256:e5a65448987df09f5d75bc02a0ab8a6c36a588d765763cb0cb3be508ae4e4f2a
|
||||||
size 18804
|
size 28367
|
||||||
|
14
vim.changes
14
vim.changes
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 23 10:49:50 UTC 2013 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Updated to revision 035, fixes the following problems
|
||||||
|
* Equivalence classes are not working for multi-byte characters.
|
||||||
|
* An error in a pattern is reported twice.
|
||||||
|
* The -mno-cygwin argument is no longer supported by Cygwin.
|
||||||
|
* ":diffoff!" resets options even when 'diff' is not set. (Charles
|
||||||
|
Cooper)
|
||||||
|
* NFA engine does not match the NUL character. (Jonathon Merz)
|
||||||
|
* When the terminal has only 20 lines test 92 and 93 overwrite the
|
||||||
|
input file.
|
||||||
|
* Using "p" in Visual block mode only changes the first line.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 9 10:53:43 UTC 2013 - idonmez@suse.com
|
Mon Sep 9 10:53:43 UTC 2013 - 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 027
|
%define official_ptchlvl 035
|
||||||
%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