SHA256
8
0
forked from pool/vim

- Updated to revision 103, fixes the following problems

* Unexpected behavior change related to 'virtualedit'. (Ingo Karkat)
  * When using ":'<,'>del" errors may be given for the visual line numbers being out of range.
  * Append in blockwise Visual mode with "$" is wrong.
  * NFA regexp doesn't handle backreference correctly.
  * Using \1 in pattern goes one line too far. (Bohr Shaw, John Little)
  * Crash when interrupting "z=".

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=175
This commit is contained in:
Ismail Dönmez
2013-11-22 10:55:02 +00:00
committed by Git OBS Bridge
parent 25cece8c4e
commit 38dfb30f8d
3 changed files with 14 additions and 3 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Nov 22 10:49:10 UTC 2013 - idonmez@suse.com
- Updated to revision 103, fixes the following problems
* Unexpected behavior change related to 'virtualedit'. (Ingo Karkat)
* When using ":'<,'>del" errors may be given for the visual line numbers being out of range.
* Append in blockwise Visual mode with "$" is wrong.
* NFA regexp doesn't handle backreference correctly.
* Using \1 in pattern goes one line too far. (Bohr Shaw, John Little)
* Crash when interrupting "z=".
-------------------------------------------------------------------
Thu Nov 14 09:27:18 UTC 2013 - idonmez@suse.com