diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-01-23 18:38:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-23 18:38:41 +0100 |
commit | 4ba7fa1700ead8a53d73fea7fc17a545f9b4588d (patch) | |
tree | fe19e0a4eafce40046fe3d001710a56c500fe501 /runtime/filetype.vim | |
parent | 28352dc6e50b9559f32f054c56dc950a79ae45bc (diff) | |
download | rneovim-4ba7fa1700ead8a53d73fea7fc17a545f9b4588d.tar.gz rneovim-4ba7fa1700ead8a53d73fea7fc17a545f9b4588d.tar.bz2 rneovim-4ba7fa1700ead8a53d73fea7fc17a545f9b4588d.zip |
vim-patch:6f4754b9f725 (#17179)
Update runtime files
https://github.com/vim/vim/commit/6f4754b9f7253d7e4ba527064a24aff1acdb1e8f
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 5f96e30aa6..f58658a73b 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 13 +" Last Change: 2022 Jan 23 " Listen very carefully, I will say this only once if exists("did_load_filetypes") |