diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-05-21 20:40:40 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-05-21 20:40:40 +0200 |
commit | a7b64ce74e857d4516b87ca80c850e5ef6324ba6 (patch) | |
tree | 7973c8efc51c8f261a01aa5c19d519b2c643233d /src/version.c | |
parent | cac867ad1836d0bc44403f66a3367afffda76095 (diff) | |
download | vim-a7b64ce74e857d4516b87ca80c850e5ef6324ba6.zip |
updated for version 7.3.997
Problem: Vim and Python exceptions are different.
Solution: Make Vim exceptions be Python exceptions. (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 817112427..411687e67 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 */ /**/ + 997, +/**/ 996, /**/ 995, |