SHA256
1
0
forked from pool/vim

- Updated to revision 130, fixes the following problems

* Not enough testing for entering Ex commands.
  * Display problem with 'foldcolumn' and a wide character. (esiegerman)
  * Cancelling completion still inserts text when formatting is done  for
  'textwidth'. (lacygoill)
  * Display test fails on MS-Windows.
  * Parallel make still doesn't work. (Lewis Muir)
  * Configure uses "ushort" while the Vim code doesn't.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=402
This commit is contained in:
Ismail Dönmez
2016-12-10 15:39:29 +00:00
committed by Git OBS Bridge
parent 418b836005
commit ee2dba2a7d
4 changed files with 19 additions and 7 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Dec 10 15:32:28 UTC 2016 - idonmez@suse.com
- Updated to revision 130, fixes the following problems
* Not enough testing for entering Ex commands.
* Display problem with 'foldcolumn' and a wide character. (esiegerman)
* Cancelling completion still inserts text when formatting is done for
'textwidth'. (lacygoill)
* Display test fails on MS-Windows.
* Parallel make still doesn't work. (Lewis Muir)
* Configure uses "ushort" while the Vim code doesn't.
-------------------------------------------------------------------
Tue Dec 6 10:34:58 UTC 2016 - idonmez@suse.com