SHA256
8
0
forked from pool/vim

- Updated to revision 1087, fixes the following problems

* CTRL-A and CTRL-X work badly with blockwise visual selection

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=302
This commit is contained in:
Ismail Dönmez
2016-01-11 08:11:36 +00:00
committed by Git OBS Bridge
parent 2734b6aa63
commit d737a42de9
4 changed files with 7 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
-------------------------------------------------------------------
Sun Jan 10 20:08:21 UTC 2016 - idonmez@suse.com
Sun Jan 11 08:11:21 UTC 2016 - idonmez@suse.com
- Updated to revision 1086, fixes the following problems
- Updated to revision 1087, fixes the following problems
* Wrong way to check for unletting internal variables.
* The Tcl interface can't be loaded dynamically on Unix.
* Crash when using an invalid command.
@@ -9,6 +9,7 @@ Sun Jan 10 20:08:21 UTC 2016 - idonmez@suse.com
* Using "." to repeat CTRL-A in Visual mode increments the wrong numbers.
* The CTRL-A and CTRL-X commands do not update the '[ and '] marks.
* Crash with an extremely long buffer name.
* CTRL-A and CTRL-X work badly with blockwise visual selection
-------------------------------------------------------------------
Sat Jan 9 16:34:06 UTC 2016 - idonmez@suse.com