aboutsummaryrefslogtreecommitdiff
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2021-12-06 13:55:38 +0100
committerGitHub <noreply@github.com>2021-12-06 13:55:38 +0100
commit0a3826646f9348f9a82b9c8a79efc16dbaf3a21d (patch)
treedd90b4168838e63bd6cc71744092162a8a031c4e /runtime/filetype.vim
parent523f03b506bf577811c0e136bc852cdb89f92c00 (diff)
downloadrneovim-0a3826646f9348f9a82b9c8a79efc16dbaf3a21d.tar.gz
rneovim-0a3826646f9348f9a82b9c8a79efc16dbaf3a21d.tar.bz2
rneovim-0a3826646f9348f9a82b9c8a79efc16dbaf3a21d.zip
vim-patch:4700398e384f (#16538)
Update runtime files https://github.com/vim/vim/commit/4700398e384f38f752b432e187462f404b96847d partial skip: doc/sign.txt doc/various.txt doc/motion.txt
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r--runtime/filetype.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index f0285c09d0..e1c917ac64 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 Nov 16
+" Last Change: 2021 Dec 03
" Listen very carefully, I will say this only once
if exists("did_load_filetypes")