- Updated to revision 1591, fixes the following problems
* Crash when using function reference. * Using ":call dict.func()" where the function is a partial does not work. * Get E923 when using function(dict.func, [], dict). * Warning for unitinialized variable. * Partial is not recognized everywhere. * Nesting partials doesn't work. * Compiler warnings with 64 bit compiler. * Old style test for quickfix. * Combining dict and args with partial doesn't always work. * Warning for shadowed variable. * The quickfix title is truncated. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=335
This commit is contained in:
committed by
Git OBS Bridge
parent
3aa66c76e1
commit
db817d994d
17
vim.changes
17
vim.changes
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 19 06:43:42 UTC 2016 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 1591, fixes the following problems
|
||||
* Crash when using function reference.
|
||||
* Using ":call dict.func()" where the function is a partial
|
||||
does not work.
|
||||
* Get E923 when using function(dict.func, [], dict).
|
||||
* Warning for unitinialized variable.
|
||||
* Partial is not recognized everywhere.
|
||||
* Nesting partials doesn't work.
|
||||
* Compiler warnings with 64 bit compiler.
|
||||
* Old style test for quickfix.
|
||||
* Combining dict and args with partial doesn't always work.
|
||||
* Warning for shadowed variable.
|
||||
* The quickfix title is truncated.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 16 11:18:05 UTC 2016 - idonmez@suse.com
|
||||
|
||||
|
Reference in New Issue
Block a user