commit | 61264d99692803eec76a171916ab9720c75536b0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 28 19:59:02 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 28 19:59:02 2016 +0200 |
tree | cb4071b5069ec65cbb49d4e4ce1f99b1893ed338 | |
parent | a32095fc8fdf5fe3d487c86d9cc54adb1236731e [diff] [blame] |
patch 7.4.1671 Problem: When help exists in multiple languages, adding @ab while "ab" is the default help language is unnecessary. Solution: Leave out "@ab" when not needed. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 7039002..a26efec 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1671, +/**/ 1670, /**/ 1669,