aboutsummaryrefslogtreecommitdiff
path: root/runtime/autoload
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2021-12-26 11:03:25 +0100
committerGitHub <noreply@github.com>2021-12-26 11:03:25 +0100
commit8c720f6b9d3217e2a9449ce13aac02406edbbb4e (patch)
treed27747fd449d64e792e890eb729e2123701d40c6 /runtime/autoload
parent9dd8557921ec94035971a3145ab744add858459a (diff)
downloadrneovim-8c720f6b9d3217e2a9449ce13aac02406edbbb4e.tar.gz
rneovim-8c720f6b9d3217e2a9449ce13aac02406edbbb4e.tar.bz2
rneovim-8c720f6b9d3217e2a9449ce13aac02406edbbb4e.zip
vim-patch:partial fa3b72348d88 (#16780)
Update runtime files https://github.com/vim/vim/commit/fa3b72348d88343390fbe212cfc230fec1602fc2 omit doc/eval.txt (needs 8.2.3864) doc/map.txt (needs 8.2.3619) menu.vim (needs 8.2.0413)
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 366d7b009d..9933ace8c2 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: 2021 Nov 27
+" Last Change: 2021 Dec 17
" These functions are moved here from runtime/filetype.vim to make startup
" faster.