- Updated to revision 1086, fixes the following problems
* Wrong way to check for unletting internal variables. * The Tcl interface can't be loaded dynamically on Unix. * Crash when using an invalid command. * CTRL-A does not work well in right-left mode. * Using "." to repeat CTRL-A in Visual mode increments the wrong numbers. * The CTRL-A and CTRL-X commands do not update the '[ and '] marks. * Crash with an extremely long buffer name. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=301
This commit is contained in:
parent
4760156563
commit
2734b6aa63
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8787089247066e32eb94682a34ff538bcb8716fdbf2661146e08ec198b94f711
|
|
||||||
size 12542617
|
|
3
v7.4.1086.tar.gz
Normal file
3
v7.4.1086.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c216d89f26a6b43d6647a4e2f753b517442ef609270380a10e852a3e05bab41d
|
||||||
|
size 12547613
|
12
vim.changes
12
vim.changes
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 10 20:08:21 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Updated to revision 1086, fixes the following problems
|
||||||
|
* Wrong way to check for unletting internal variables.
|
||||||
|
* The Tcl interface can't be loaded dynamically on Unix.
|
||||||
|
* Crash when using an invalid command.
|
||||||
|
* CTRL-A does not work well in right-left mode.
|
||||||
|
* Using "." to repeat CTRL-A in Visual mode increments the wrong numbers.
|
||||||
|
* The CTRL-A and CTRL-X commands do not update the '[ and '] marks.
|
||||||
|
* Crash with an extremely long buffer name.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 9 16:34:06 UTC 2016 - idonmez@suse.com
|
Sat Jan 9 16:34:06 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
2
vim.spec
2
vim.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pkg_version 7.4
|
%define pkg_version 7.4
|
||||||
%define patchlevel 1066
|
%define patchlevel 1086
|
||||||
%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