- Updated to revision 1525, fixes the following problems
* Statusline highlighting is sometimes wrong. * "J" fails if there are not enough lines. * Channel output to file not implemented yet. * Channel test is a bit flaky. * Channel with disconnected in/out/err is not supported. * Channel test: Waiting for a file to appear doesn't work. * Cannot write channel err to a buffer. * On a high resolution screen the toolbar icons are too small. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=329
This commit is contained in:
parent
c69b6d7259
commit
2aa3e3070b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a2b638d8aefb1a6c976c679b43943c4f6b986a3b5899c3821f36e854893216de
|
|
||||||
size 12541648
|
|
3
v7.4.1525.tar.gz
Normal file
3
v7.4.1525.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e0a6e56a2310337bc355df6b8458408c1b53fac06b32dfbcefb7b57c0dd7d6b8
|
||||||
|
size 12544936
|
13
vim.changes
13
vim.changes
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 9 08:16:44 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Updated to revision 1525, fixes the following problems
|
||||||
|
* Statusline highlighting is sometimes wrong.
|
||||||
|
* "J" fails if there are not enough lines.
|
||||||
|
* Channel output to file not implemented yet.
|
||||||
|
* Channel test is a bit flaky.
|
||||||
|
* Channel with disconnected in/out/err is not supported.
|
||||||
|
* Channel test: Waiting for a file to appear doesn't work.
|
||||||
|
* Cannot write channel err to a buffer.
|
||||||
|
* On a high resolution screen the toolbar icons are too small.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 8 08:11:13 UTC 2016 - idonmez@suse.com
|
Tue Mar 8 08:11:13 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 1510
|
%define patchlevel 1525
|
||||||
%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