SHA256
1
0
forked from pool/vim
Ismail Dönmez
2016-03-06 08:31:46 +00:00
committed by Git OBS Bridge
parent 06a357eaca
commit c38fcecde8
4 changed files with 22 additions and 6 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Mar 6 08:28:03 UTC 2016 - idonmez@suse.com
- Updated to revision 1498, fixes the following problems
* ":loadplugin" is not optimal, some people find it confusing.
* Not using key when result from hangul_string_convert() is NULL.
* "inline" is not supported by old MSVC.
* Compiler warning for unused function.
* Visual-block shift breaks multi-byte characters.
* No command line completion for ":packadd".
* Wrong callback invoked for zero-id messages.
* clr_history() does not work properly.
* Crash when built with GUI but it's not active.
* Cursor drawing problem with GTK 3.
* Error for locked item when using json_decode().
-------------------------------------------------------------------
Fri Mar 4 11:10:14 UTC 2016 - idonmez@suse.com