diff options
author | Christian Clason <c.clason@uni-graz.at> | 2021-12-16 21:46:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-16 21:46:13 +0100 |
commit | b1757e1c29d07c7958c62427e19e85916670049d (patch) | |
tree | f159b36ae8607f2545685e9ef995c86649a07166 /runtime/filetype.vim | |
parent | 80210c189f2abb668614fc6d98ac9f51433d4c47 (diff) | |
download | rneovim-b1757e1c29d07c7958c62427e19e85916670049d.tar.gz rneovim-b1757e1c29d07c7958c62427e19e85916670049d.tar.bz2 rneovim-b1757e1c29d07c7958c62427e19e85916670049d.zip |
vim-patch:0e6adf8a29d5 (#16682)
Update runtime files
https://github.com/vim/vim/commit/0e6adf8a29d5c2c96c42cc7157f71bf22c2ad471
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 806748b7cb..6dfdbeb275 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 Dec 03 +" Last Change: 2021 Dec 14 " Listen very carefully, I will say this only once if exists("did_load_filetypes") |