diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-05-29 21:33:39 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-05-29 21:33:39 +0200 |
commit | 0014a53ad18c7e8aeeb33b6e68c120fdbcead177 (patch) | |
tree | cd751064f92a4cdfae273b26056a547889dec616 /src/version.c | |
parent | 423532e10d7335750afbace57ba65c0b6f138756 (diff) | |
download | vim-git-0014a53ad18c7e8aeeb33b6e68c120fdbcead177.tar.gz |
updated for version 7.3.1040v7.3.1040
Problem: Python: Problems with debugging dynamic build.
Solution: Python patch 1. (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 b9db33d25..62d0babf2 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 */ /**/ + 1040, +/**/ 1039, /**/ 1038, |