- Updated to revision 854, fixes the following problems

* When '#' is in 'isident' the is# comparator doesn't work.
  * Compiler warning for possible loss of data.
  * "vi)d" may leave a character behind.
  * CTRL-A on hex number in Visual block mode is incorrect.
  * Moving the cursor in Insert mode starts new undo sequence.
  * <Esc> does not show up.
  * Saving and restoring the console buffer does not work properly.
  * "zt" in diff mode does not always work properly. (Gary Johnson)
  * Missing information about runtime files.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=283
This commit is contained in:
Ismail Dönmez 2015-09-03 12:35:58 +00:00 committed by Git OBS Bridge
parent d0af643bdf
commit 504fc9378b
4 changed files with 18 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ee6e6552d42d084d45b85b3202c7e88fdfd5692c6fc495f16ed179fcc7b0a71e
size 12205091

3
v7.4.854.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:08869d7076fbb6e29b81287393c016d48c9cef12e296b79e2f2c9fcc677097d9
size 12209025

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Sep 3 12:24:50 UTC 2015 - idonmez@suse.com
- Updated to revision 854, fixes the following problems
* When '#' is in 'isident' the is# comparator doesn't work.
* Compiler warning for possible loss of data.
* "vi)d" may leave a character behind.
* CTRL-A on hex number in Visual block mode is incorrect.
* Moving the cursor in Insert mode starts new undo sequence.
* <Esc> does not show up.
* Saving and restoring the console buffer does not work properly.
* "zt" in diff mode does not always work properly. (Gary Johnson)
* Missing information about runtime files.
-------------------------------------------------------------------
Tue Sep 1 09:06:38 UTC 2015 - idonmez@suse.com

View File

@ -17,7 +17,7 @@
%define pkg_version 7.4
%define patchlevel 843
%define patchlevel 854
%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}