diff options
author | Christian Clason <c.clason@uni-graz.at> | 2021-11-17 10:02:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-17 10:02:59 +0100 |
commit | c0efe49e78eca3a17a5934cc283199122d081467 (patch) | |
tree | 8ef8f9fcfb55d3a3d515853e84294f60c6632306 /runtime/filetype.vim | |
parent | eba317d7a907a76e6e265c0fe0b97a87f17cf943 (diff) | |
download | rneovim-c0efe49e78eca3a17a5934cc283199122d081467.tar.gz rneovim-c0efe49e78eca3a17a5934cc283199122d081467.tar.bz2 rneovim-c0efe49e78eca3a17a5934cc283199122d081467.zip |
vim-patch:519cc559b08b (#16340)
Update runtime files
https://github.com/vim/vim/commit/519cc559b08b800edc429688aece7ad6a00d41eb
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 13d8c72e76..1b48070128 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: 2021 Oct 03 +" Last Change: 2021 Nov 16 " Listen very carefully, I will say this only once if exists("did_load_filetypes") |