summaryrefslogtreecommitdiffstats
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-06-30 20:38:27 +0200
committerBram Moolenaar <Bram@vim.org>2020-06-30 20:38:27 +0200
commite46a4405056276b4cbdacee76b11f85c8ea1830b (patch)
tree451f1881faeba3fa4acff2aa18068b8cc749f3d6 /runtime/filetype.vim
parentde8f0f47f653ff10bd8cc12b3e0817ed5bdf64ea (diff)
Runtime file updates
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 3778fe5ff8..7c76b12ee3 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: 2020 Jun 15
+" Last Change: 2020 Jun 25
" Listen very carefully, I will say this only once
if exists("did_load_filetypes")