aboutsummaryrefslogtreecommitdiff
path: root/runtime/autoload/dist
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-01-31 15:27:01 +0100
committerGitHub <noreply@github.com>2022-01-31 15:27:01 +0100
commit79b92da0d289d1adcd0bb27c7ee5786be460c166 (patch)
tree8cedbea9a81059228303239537cf7fc4346f0d12 /runtime/autoload/dist
parentf195345c936eaecf423ab79473003e1ab337a17d (diff)
downloadrneovim-79b92da0d289d1adcd0bb27c7ee5786be460c166.tar.gz
rneovim-79b92da0d289d1adcd0bb27c7ee5786be460c166.tar.bz2
rneovim-79b92da0d289d1adcd0bb27c7ee5786be460c166.zip
vim-patch:partial:f10911e5db16 (#17248)
Update runtime files https://github.com/vim/vim/commit/f10911e5db16f1fe6ab519c5d091ad0c1df0d063
Diffstat (limited to 'runtime/autoload/dist')
-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 86c71fa52d..f6ef9be891 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 11
+" Last Change: 2022 Jan 28
" These functions are moved here from runtime/filetype.vim to make startup
" faster.