0
0
mirror of https://github.com/vim/vim.git synced 2025-10-05 05:34:07 -04:00

updated for version 7.3.907

Problem:    Python uses IndexError when a dict key is not found.
Solution:   Use KeyError instead. (ZyX)
This commit is contained in:
Bram Moolenaar
2013-04-24 13:04:26 +02:00
parent 3f99152276
commit af6abb9d93
6 changed files with 13 additions and 3 deletions

View File

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