comparison src/version.c @ 5659:ae228baaec2c v7.4.176

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)
author Bram Moolenaar <bram@vim.org>
date Tue, 11 Feb 2014 18:47:27 +0100
parents 6b69d8dde19e
children df3b0b70d8c1
comparison
equal deleted inserted replaced
5658:71c900ce7632 5659:ae228baaec2c
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 176,
741 /**/ 743 /**/
742 175, 744 175,
743 /**/ 745 /**/
744 174, 746 174,
745 /**/ 747 /**/