diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-01-31 15:27:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-31 15:27:01 +0100 |
commit | 79b92da0d289d1adcd0bb27c7ee5786be460c166 (patch) | |
tree | 8cedbea9a81059228303239537cf7fc4346f0d12 /runtime/filetype.vim | |
parent | f195345c936eaecf423ab79473003e1ab337a17d (diff) | |
download | rneovim-79b92da0d289d1adcd0bb27c7ee5786be460c166.tar.gz rneovim-79b92da0d289d1adcd0bb27c7ee5786be460c166.tar.bz2 rneovim-79b92da0d289d1adcd0bb27c7ee5786be460c166.zip |
vim-patch:partial:f10911e5db16 (#17248)
Update runtime files
https://github.com/vim/vim/commit/f10911e5db16f1fe6ab519c5d091ad0c1df0d063
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 28ecf8844e..53270d87dc 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: 2022 Jan 23 +" Last Change: 2022 Jan 29 " Listen very carefully, I will say this only once if exists("did_load_filetypes") |