commit | ff0a4809e3a742cffb5bf441012c99d625363b24 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 23 14:56:28 2011 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 23 14:56:28 2011 +0100 |
tree | edc64e763b42723a31f98a705a6e11a4eabab2aa | |
parent | 637606413f3f67683a17286f1bb2d6ff01175dc8 [diff] [blame] |
updated for version 7.3.386 Problem: Test 83 fails when iconv does not support cp932. (raf) Solution: Test if conversion works. (Yukihiro Nakadaira)
diff --git a/src/version.c b/src/version.c index 4e40bb3..3d2d47a 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 386, +/**/ 385, /**/ 384,