commit | d1362211291c85d29609baab65abc764b1aec169 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 06 21:46:10 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 06 21:46:10 2019 +0200 |
tree | ee725fba8a17ec9cf1147452b4d8bf21dafef755 | |
parent | c7a10b35de70471519d104a74d402c63557f0512 [diff] [blame] |
patch 8.1.1284: detecting *.tmpl as htmlcheetah is outdated Problem: Detecting *.tmpl as htmlcheetah is outdated. Solution: Use the generic name "template". (closes #4348)
diff --git a/src/version.c b/src/version.c index 892d1a5..bb310e2 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1284, +/**/ 1283, /**/ 1282,