1
0
forked from aniani/vim

updated for version 7.4.176

Problem:    Dictionary.update() thows an error when used without arguments.
            Python programmers don't expect that.
Solution:   Make Dictionary.update() without arguments do nothing. (ZyX)
This commit is contained in:
Bram Moolenaar
2014-02-11 18:47:27 +01:00
parent cd981f2e0f
commit 2d5f38ff10
4 changed files with 12 additions and 2 deletions

View File

@@ -738,6 +738,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
176,
/**/
175,
/**/