commit | 55b8ad3dabc16451f0ae59a7ae8ab9edb67f84e6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 17 13:38:04 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 17 13:38:04 2013 +0200 |
tree | 25eb06d623613b6eb84a6337e72f2b0acf90be16 | |
parent | c24c1acd828e9dc410c2a674c794600eed98bcf6 [diff] [blame] |
updated for version 7.3.962 Problem: Python tests are not portable. Solution: Use shiftwidth instead of iminsert. (ZyX)
diff --git a/src/version.c b/src/version.c index 65683ba..c57d2a4 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 962, +/**/ 961, /**/ 960,