commit | 667b4d2db96fbdb8d19d413138ce45d56bccbe0f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 20 18:17:42 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 20 18:17:42 2011 +0200 |
tree | b6b8c8b335db92a4f91a1264461c6ce91ccb80db | |
parent | f34dc6537d840944f8ac541843ed3ecbae50e576 [diff] [blame] |
updated for version 7.3.341 Problem: Local help files are only listed in help.txt, not in translated help files. Solution: Also find translated help files. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 69e29b2..3c4dc11 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 341, +/**/ 340, /**/ 339,