diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-01-17 14:39:47 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-01-17 14:39:47 +0100 |
commit | 8fae8e658ffd8f5177a22e41ece18ea32edaa4a2 (patch) | |
tree | 7ff93e468b63aaee1f7251336e95a0ec298cf682 /src/version.c | |
parent | 117f2c4b91fb3675d56be36c1d972f0fb4fda13a (diff) | |
download | vim-8fae8e658ffd8f5177a22e41ece18ea32edaa4a2.zip |
updated for version 7.3.767
Problem: (Win32) The _errno used for iconv may be the wrong one.
Solution: Use the _errno from iconv.dll. (Ken Takata)
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 444a3d92a..321740010 100644 --- a/src/version.c +++ b/src/version.c @@ -726,6 +726,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 767, +/**/ 766, /**/ 765, |