diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-01-11 14:14:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-11 14:14:17 +0100 |
commit | e866da12eeae1e5521abd89a94a7f7c9595a75c3 (patch) | |
tree | 3ea2d88dd62d09b6b5962c40cf61be2c771444cb /runtime/filetype.vim | |
parent | 25eb7692d8e29cc83a70d74cbe1a8a1fae1f8ba2 (diff) | |
download | rneovim-e866da12eeae1e5521abd89a94a7f7c9595a75c3.tar.gz rneovim-e866da12eeae1e5521abd89a94a7f7c9595a75c3.tar.bz2 rneovim-e866da12eeae1e5521abd89a94a7f7c9595a75c3.zip |
vim-patch:2f0936cb9a2e (#17007)
* vim-patch:2f0936cb9a2e
Update runtime files
https://github.com/vim/vim/commit/2f0936cb9a2eb026acac03e6a8fd0b2a5d97508b
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 907f806f31..15b0ff722e 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 27 +" Last Change: 2022 Jan 05 " Listen very carefully, I will say this only once if exists("did_load_filetypes") |