diff options
author | Christian Clason <c.clason@uni-graz.at> | 2021-12-28 12:24:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-28 12:24:44 +0100 |
commit | 645b3145766d945d0dd067ce4f71ceaf5febe29d (patch) | |
tree | d3a5d9ba05e25c2775a7d648b9e59b2dd80bfdc6 | |
parent | 6e00d4754ceb2e9af9de6edbb178d67bdb3d504c (diff) | |
download | rneovim-645b3145766d945d0dd067ce4f71ceaf5febe29d.tar.gz rneovim-645b3145766d945d0dd067ce4f71ceaf5febe29d.tar.bz2 rneovim-645b3145766d945d0dd067ce4f71ceaf5febe29d.zip |
vim-patch:a4d131d11052 (#16811)
Update runtime files
https://github.com/vim/vim/commit/a4d131d11052cafcc5baad2273ef48e0dd4d09c5
-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 42f1ee219b..104836862f 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 22 +" Last Change: 2021 Dec 27 " Listen very carefully, I will say this only once if exists("did_load_filetypes") |