diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-04-24 13:04:26 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-04-24 13:04:26 +0200 |
commit | af6abb9d93959d801d40a2d77a96962cef2335fc (patch) | |
tree | 2a4c39066970fd372b41b351535429df0f6e3b31 /src/version.c | |
parent | 3f99152276def2b8f88a3dd5f87f645e9e875da2 (diff) | |
download | vim-git-7.3.907.tar.gz |
updated for version 7.3.907v7.3.907
Problem: Python uses IndexError when a dict key is not found.
Solution: Use KeyError instead. (ZyX)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index a28cf6c31..1aeeb5621 100644 --- a/src/version.c +++ b/src/version.c @@ -729,6 +729,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 907, +/**/ 906, /**/ 905, |