aboutsummaryrefslogtreecommitdiff
path: root/runtime/autoload
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-03-09 08:40:16 +0100
committerGitHub <noreply@github.com>2022-03-09 08:40:16 +0100
commita681b5eaca215448522973c95e8f751f1b586ea2 (patch)
treeb3712aa416a3abec155ff05ad8412d4fa9150b7b /runtime/autoload
parent205b3765f2c04e3839b15a8d1ce79bd7ea8e4d3d (diff)
downloadrneovim-a681b5eaca215448522973c95e8f751f1b586ea2.tar.gz
rneovim-a681b5eaca215448522973c95e8f751f1b586ea2.tar.bz2
rneovim-a681b5eaca215448522973c95e8f751f1b586ea2.zip
vim-patch:partial 1588bc8ebee2 (#17656)
Update runtime files https://github.com/vim/vim/commit/1588bc8ebee22f2855f27273fc2234fff370f86c omit: doc updates
Diffstat (limited to 'runtime/autoload')
-rw-r--r--runtime/autoload/dist/ft.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/autoload/dist/ft.vim b/runtime/autoload/dist/ft.vim
index 54cb6ce70f..c52def1051 100644
--- a/runtime/autoload/dist/ft.vim
+++ b/runtime/autoload/dist/ft.vim
@@ -1,7 +1,7 @@
" Vim functions for file type detection
"
" Maintainer: Bram Moolenaar <Bram@vim.org>
-" Last Change: 2022 Feb 22
+" Last Change: 2022 Mar 05
" These functions are moved here from runtime/filetype.vim to make startup
" faster.