- Updated to revision 103, fixes the following problems
* Unexpected behavior change related to 'virtualedit'. (Ingo Karkat) * When using ":'<,'>del" errors may be given for the visual line numbers being out of range. * Append in blockwise Visual mode with "$" is wrong. * NFA regexp doesn't handle backreference correctly. * Using \1 in pattern goes one line too far. (Bohr Shaw, John Little) * Crash when interrupting "z=". OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=175
This commit is contained in:
parent
25cece8c4e
commit
38dfb30f8d
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:639be2951084c463c4cc2de2b15c94c756f22643f8942c85c9bf59df83ca6c3c
|
oid sha256:534a1897a5904cf9385185e9a564e58f6fb47f137c5003fd0409d83380169f4f
|
||||||
size 84559
|
size 90495
|
||||||
|
11
vim.changes
11
vim.changes
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 22 10:49:10 UTC 2013 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Updated to revision 103, fixes the following problems
|
||||||
|
* Unexpected behavior change related to 'virtualedit'. (Ingo Karkat)
|
||||||
|
* When using ":'<,'>del" errors may be given for the visual line numbers being out of range.
|
||||||
|
* Append in blockwise Visual mode with "$" is wrong.
|
||||||
|
* NFA regexp doesn't handle backreference correctly.
|
||||||
|
* Using \1 in pattern goes one line too far. (Bohr Shaw, John Little)
|
||||||
|
* Crash when interrupting "z=".
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 14 09:27:18 UTC 2013 - idonmez@suse.com
|
Thu Nov 14 09:27:18 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 092
|
%define official_ptchlvl 103
|
||||||
%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