summaryrefslogtreecommitdiffstats
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-01-25 13:27:42 +0100
committerBram Moolenaar <Bram@vim.org>2020-01-25 13:27:42 +0100
commit1d9215b9aaa120b9d78fee49488556f73007ce78 (patch)
treee22bd6772e3424e2c4934ce3f28e0f2f8e2fb90e /runtime/filetype.vim
parent7f51bbe0d19f1f0cb0321326f45a17b4f5155f89 (diff)
Update runtime files.
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r--runtime/filetype.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 53f6708315..d8184faee5 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -1,7 +1,7 @@
" Vim support file to detect file types
"
" Maintainer: Bram Moolenaar <Bram@vim.org>
-" Last Change: 2019 Nov 26
+" Last Change: 2020 Jan 22
" Listen very carefully, I will say this only once
if exists("did_load_filetypes")