diff options
author | Bram Moolenaar <Bram@vim.org> | 2023-02-27 15:49:53 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2023-02-27 15:49:53 +0000 |
commit | dd60c365cd2630794be84d63c4fe287124a30b97 (patch) | |
tree | 560fe950798f2987865d532ebe0e06e60b78f3cc /runtime/filetype.vim | |
parent | 341f3876b34f47fdb1c82b0ad9bae448be73a220 (diff) | |
download | vim-git-dd60c365cd2630794be84d63c4fe287124a30b97.tar.gz |
Update runtime files
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 1e8099701..247f9acf3 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: 2023 Feb 07 +" Last Change: 2023 Feb 25 " Listen very carefully, I will say this only once if exists("did_load_filetypes") |