- Updated to revision 213, fixes the following problems

* The cursor report sequence is sometimes not recognized and results
    in entering replace mode.
  * Mercurial picks up some files that are not distributed.
  * When repeating a filter command "%" and "#" are expanded.
  * Visual block mode plus virtual edit doesn't work well with tabs.
    (Liang Li)
  * ":lu" is an abbreviation for ":lua", but it should be ":lunmap".
    (ZyX)
  * Now that the +visual feature is always enabled the #ifdefs for it
    are not useful.
  * It's not possible to open a new buffer without creating a swap
    file.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=206
This commit is contained in:
Ismail Dönmez 2014-03-24 12:06:21 +00:00 committed by Git OBS Bridge
parent e4689c07ef
commit 2be7922523
3 changed files with 20 additions and 3 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b49cf6891e0af0bcb46695c2c8d27466ecc6e742811c3f4f80d5e8f4627b6cc8
size 181267
oid sha256:551590abad9f0f8d80e7c67c9654f522502b472f6a13b108a23d2623c6b6515b
size 210595

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Mar 24 11:46:08 UTC 2014 - idonmez@suse.com
- Updated to revision 213, fixes the following problems
* The cursor report sequence is sometimes not recognized and results
in entering replace mode.
* Mercurial picks up some files that are not distributed.
* When repeating a filter command "%" and "#" are expanded.
* Visual block mode plus virtual edit doesn't work well with tabs.
(Liang Li)
* ":lu" is an abbreviation for ":lua", but it should be ":lunmap".
(ZyX)
* Now that the +visual feature is always enabled the #ifdefs for it
are not useful.
* It's not possible to open a new buffer without creating a swap
file.
-------------------------------------------------------------------
Thu Mar 13 11:13:57 UTC 2014 - idonmez@suse.com

View File

@ -17,7 +17,7 @@
%define pkg_version 7.4
%define official_ptchlvl 205
%define official_ptchlvl 213
%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}