diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-04-24 13:47:45 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-04-24 13:47:45 +0200 |
commit | 335e0b69744ededb907fb9167f72ac84e37e1304 (patch) | |
tree | 32bfacea7b64cb829c456f1ad1eebe4efbee985c /src/version.c | |
parent | 4d1da49cfe2528474dafb0535dd0cab19c3c3579 (diff) | |
download | vim-git-7.3.910.tar.gz |
updated for version 7.3.910v7.3.910
Problem: Python code in #ifdef branches with only minor differences.
Solution: Merge the #ifdef branches. (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 7a11a8fbc..95cd85756 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 */ /**/ + 910, +/**/ 909, /**/ 908, |