aboutsummaryrefslogtreecommitdiff
path: root/runtime/autoload
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-02-27 11:56:30 +0100
committerGitHub <noreply@github.com>2022-02-27 11:56:30 +0100
commit9d3370a14429587303d3abe6d4ece71342f5e4b5 (patch)
treeabff6a0068dc2809c3f43a4af3b13fe037498b42 /runtime/autoload
parent7dd2b0b79a34a7b3560971bc7c1466621134e469 (diff)
downloadrneovim-9d3370a14429587303d3abe6d4ece71342f5e4b5.tar.gz
rneovim-9d3370a14429587303d3abe6d4ece71342f5e4b5.tar.bz2
rneovim-9d3370a14429587303d3abe6d4ece71342f5e4b5.zip
vim-patch:c51cf0329809 (#17530)
Update runtime files. https://github.com/vim/vim/commit/c51cf0329809c7ae946c59d6f56699227efc9d1b
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 bcb1431b5f..54cb6ce70f 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 Jan 31
+" Last Change: 2022 Feb 22
" These functions are moved here from runtime/filetype.vim to make startup
" faster.