- Updated to revision 683, fixes the following problems
* When using --remote the directory may end up being wrong. * CTRL-W in Insert mode does not work well for multi-byte characters. * MS-Windows: When Vim is minimized the window height is computed incorrectly. * The search highlighting and match highlighting replaces the cursorline highlighting, this doesn't look good. * Typo in the vimtutor command. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=263
This commit is contained in:
parent
be9cc977ba
commit
84b68f9040
13
_service
13
_service
@ -1,13 +0,0 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="scm">hg</param>
|
||||
<param name="url">https://code.google.com/p/vim</param>
|
||||
<param name="filename">vim</param>
|
||||
<param name="versionprefix">7.4.676.hg</param>
|
||||
<param name="revision">v7-4-676</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="compression">xz</param>
|
||||
<param name="file">vim*.tar</param>
|
||||
</service>
|
||||
</services>
|
3
v7-4-683.tar.gz
Normal file
3
v7-4-683.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:859c849ca93cb7da0cdfe302e5decdd266e9c014229235dd699fb7175ad80b00
|
||||
size 12160350
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b954eb1d6f6ed53861eacb34ed9b9696fd98c7aa9eead041834422178783f0f0
|
||||
size 7793516
|
13
vim.changes
13
vim.changes
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 26 09:16:27 UTC 2015 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 683, fixes the following problems
|
||||
* When using --remote the directory may end up being wrong.
|
||||
* CTRL-W in Insert mode does not work well for multi-byte
|
||||
characters.
|
||||
* MS-Windows: When Vim is minimized the window height is computed
|
||||
incorrectly.
|
||||
* The search highlighting and match highlighting replaces the
|
||||
cursorline highlighting, this doesn't look good.
|
||||
* Typo in the vimtutor command.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 24 11:37:52 UTC 2015 - idonmez@suse.com
|
||||
|
||||
|
10
vim.spec
10
vim.spec
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define pkg_version 7.4
|
||||
%define patchlevel 676
|
||||
%define revision 6704
|
||||
%define patchlevel 683
|
||||
%define _rversion 7-4-%patchlevel
|
||||
%define VIM_SUBDIR vim74
|
||||
%define site_runtimepath /usr/share/vim/site
|
||||
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}
|
||||
|
||||
Name: vim
|
||||
Version: 7.4.%{patchlevel}.hg.%{revision}
|
||||
Version: 7.4.%{patchlevel}
|
||||
Release: 0
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: db-devel
|
||||
@ -63,7 +63,7 @@ Summary: Vi IMproved
|
||||
License: Vim
|
||||
Group: Productivity/Editors/Vi
|
||||
Url: http://www.vim.org/
|
||||
Source: vim-%{version}.tar.xz
|
||||
Source: https://github.com/vim/vim/archive/v%{_rversion}.tar.gz
|
||||
Source3: suse.vimrc
|
||||
Source4: vimrc_example1
|
||||
Source5: vimrc_example2
|
||||
@ -155,7 +155,7 @@ You need package vim for the help and other documentation too. If you
|
||||
want less features, you might want to install vim instead.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n %{name}-%{_rversion}
|
||||
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
|
Loading…
Reference in New Issue
Block a user