summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-05-06 21:46:10 +0200
committerBram Moolenaar <Bram@vim.org>2019-05-06 21:46:10 +0200
commitd1362211291c85d29609baab65abc764b1aec169 (patch)
treeee725fba8a17ec9cf1147452b4d8bf21dafef755 /runtime
parentc7a10b35de70471519d104a74d402c63557f0512 (diff)
patch 8.1.1284: detecting *.tmpl as htmlcheetah is outdatedv8.1.1284
Problem: Detecting *.tmpl as htmlcheetah is outdated. Solution: Use the generic name "template". (closes #4348)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/filetype.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index d1f3884bdf..9ac773a5c5 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -713,8 +713,8 @@ au BufNewFile,BufRead *.erb,*.rhtml setf eruby
" HTML with M4
au BufNewFile,BufRead *.html.m4 setf htmlm4
-" HTML Cheetah template
-au BufNewFile,BufRead *.tmpl setf htmlcheetah
+" Some template. Used to be HTML Cheetah.
+au BufNewFile,BufRead *.tmpl setf template
" Host config
au BufNewFile,BufRead */etc/host.conf setf hostconf