- Updated to revision 101, fixes the following problems
* When the input or output is not a tty Vim appears to hang. * When a channel callback consumes a lot of time Vim becomes unresponsive. (skywind) * Can't build on MS-Windows. * Popup menu always appears above the cursor when it is in the lower half of the screen. (Matt Gardner) * Options that are a file name may contain non-filename characters. * Some options are not strictly checked. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=398
This commit is contained in:
parent
50feed51fe
commit
7e8f7cb2e8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e756ab7c7ab31e1208ff11f47d55f4d168d586ecb8fa932f74ef36fcbf5811f2
|
|
||||||
size 12944792
|
|
3
vim-8.0.0101.tar.gz
Normal file
3
vim-8.0.0101.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:288fb70d17918148ad81f95c4db92c71b6d17f21e78ec565912863bbcb0df34f
|
||||||
|
size 12945272
|
13
vim.changes
13
vim.changes
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 25 13:47:03 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Updated to revision 101, fixes the following problems
|
||||||
|
* When the input or output is not a tty Vim appears to hang.
|
||||||
|
* When a channel callback consumes a lot of time Vim becomes
|
||||||
|
unresponsive. (skywind)
|
||||||
|
* Can't build on MS-Windows.
|
||||||
|
* Popup menu always appears above the cursor when it is in the
|
||||||
|
lower half of the screen. (Matt Gardner)
|
||||||
|
* Options that are a file name may contain non-filename characters.
|
||||||
|
* Some options are not strictly checked.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 22 12:03:22 UTC 2016 - idonmez@suse.com
|
Tue Nov 22 12:03:22 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
6
vim.spec
6
vim.spec
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pkg_version 8.0
|
%define pkg_version 8.0
|
||||||
%define patchlevel 0095
|
%define patchlevel 0101
|
||||||
%define patchlevel_compact 95
|
%define patchlevel_compact 101
|
||||||
%define VIM_SUBDIR vim80
|
%define VIM_SUBDIR vim80
|
||||||
%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}
|
||||||
@ -64,7 +64,7 @@ Summary: Vi IMproved
|
|||||||
License: Vim
|
License: Vim
|
||||||
Group: Productivity/Editors/Vi
|
Group: Productivity/Editors/Vi
|
||||||
Url: http://www.vim.org/
|
Url: http://www.vim.org/
|
||||||
Source: https://github.com/vim/vim/archive/v%{pkg_version}.%{patchlevel}.tar.gz
|
Source: https://github.com/vim/vim/archive/v%{pkg_version}.%{patchlevel}.tar.gz#/vim-%{pkg_version}.%{patchlevel}.tar.gz
|
||||||
Source3: suse.vimrc
|
Source3: suse.vimrc
|
||||||
Source4: vimrc_example1
|
Source4: vimrc_example1
|
||||||
Source5: vimrc_example2
|
Source5: vimrc_example2
|
||||||
|
Loading…
Reference in New Issue
Block a user