commit | 41f6918bf4545de6a80c96d8c80f5f509f9a647f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 25 15:45:37 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 25 15:45:37 2020 +0200 |
tree | df5b8940e5f0a01853eadf2f0528978210f50384 | |
parent | e93c968f520ee8d6bc29ccc6e18055ac65e832b3 [diff] [blame] |
patch 8.2.0636: :messages does not show the maintainer when $LANG is unset Problem: :messages does not show the maintainer when $LANG is unset. Solution: Call get_mess_lang() if available. (closes #5978)
diff --git a/src/version.c b/src/version.c index 2fcabeb..7c753e2 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 636, +/**/ 635, /**/ 634,