commit | d6e391862c58d7c7494b8c4cc65a4b745d7eafe1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 21 18:30:34 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 21 18:30:34 2013 +0200 |
tree | 119591b06dd9f58ab03dee643459635649440202 | |
parent | b52f4c02e63a76b933b48026687b322ee2353f11 [diff] [blame] |
updated for version 7.3.992 Problem: Python: Too many type casts. Solution: Change argument types. (ZyX)
diff --git a/src/version.c b/src/version.c index 1fdc9a1..7200826 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 992, +/**/ 991, /**/ 990,