aboutsummaryrefslogtreecommitdiff
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-04-11 13:02:04 -0400
committerJustin M. Keyes <justinkz@gmail.com>2016-04-11 13:02:04 -0400
commitf47a20a266f89be31e20f727de59708759795345 (patch)
tree7097b4207b7b828cfaf63a7809316646ed90f179 /runtime/filetype.vim
parentfe4d814c0ffcf6016ea02ee31f7e924b37c5ef2d (diff)
parentcf32ca5137f13e764487d9321711d4b97179872b (diff)
downloadrneovim-f47a20a266f89be31e20f727de59708759795345.tar.gz
rneovim-f47a20a266f89be31e20f727de59708759795345.tar.bz2
rneovim-f47a20a266f89be31e20f727de59708759795345.zip
Merge pull request #4562 from dbarnett/vim-f2571c
vim-patch:f2571c
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 15928d6722..9b3666b9c1 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: 2015 Apr 06
+" Last Change: 2015 Jun 06
" Listen very carefully, I will say this only once
if exists("did_load_filetypes")