commit | 611548105394fdb76827cd431230c9fbfed39929 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 07 18:51:27 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 07 18:51:27 2020 +0200 |
tree | 410a46043c93be4aaeff1e518cb050c86e4407ff | |
parent | 0ff5dedf0f69e56320199db7a2aad46be2a1f9b7 [diff] [blame] |
patch 8.2.0713: the pam_environment file is not recognized Problem: The pam_environment file is not recognized. Solution: Add a filetype pattern for pamenv. (closes #6051)
diff --git a/src/version.c b/src/version.c index f9ce53b..2d5931a 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 713, +/**/ 712, /**/ 711,