SHA256
8
0
forked from pool/vim

- 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,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