diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-04-11 13:02:04 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-04-11 13:02:04 -0400 |
commit | f47a20a266f89be31e20f727de59708759795345 (patch) | |
tree | 7097b4207b7b828cfaf63a7809316646ed90f179 /runtime/filetype.vim | |
parent | fe4d814c0ffcf6016ea02ee31f7e924b37c5ef2d (diff) | |
parent | cf32ca5137f13e764487d9321711d4b97179872b (diff) | |
download | rneovim-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.vim | 2 |
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") |