- Updated to revision 1328, fixes the following problems
* Cursor changes column with up motion when the matchparen plugin saves and restores the cursor position. (Martin Kunev) * "\%1l^#.*" does not match on a line starting with "#". * Channel with pipes doesn't work in GUI. * Crash when unletting the variable that holds the channel in a callback function. * Can't compile with +job but without +channel. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=309
This commit is contained in:
parent
7f2f41c1b4
commit
2c6170b24e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:16e3ee61bb1899d1c84f19f4b5cc084798e3af6a67a936404cc06a69f432e096
|
|
||||||
size 12595306
|
|
3
v7.4.1328.tar.gz
Normal file
3
v7.4.1328.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:db381046209abc955659d48f66d17a2544b18f971388d20ea5904c73481fc350
|
||||||
|
size 12608875
|
12
vim.changes
12
vim.changes
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 16 09:57:19 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Updated to revision 1328, fixes the following problems
|
||||||
|
* Cursor changes column with up motion when the matchparen
|
||||||
|
plugin saves and restores the cursor position. (Martin Kunev)
|
||||||
|
* "\%1l^#.*" does not match on a line starting with "#".
|
||||||
|
* Channel with pipes doesn't work in GUI.
|
||||||
|
* Crash when unletting the variable that holds the channel
|
||||||
|
in a callback function.
|
||||||
|
* Can't compile with +job but without +channel.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 8 13:22:33 UTC 2016 - idonmez@suse.com
|
Mon Feb 8 13:22:33 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 1294
|
%define patchlevel 1328
|
||||||
%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