diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-04-08 19:53:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-08 19:53:41 +0200 |
commit | d3068d34cc56a4c66f10a83922d2500f6ca9e651 (patch) | |
tree | a49b622f1965da108f3b98c7b129c38cf6ec0f08 /runtime/autoload | |
parent | b4ec6af12a97a922fe7cd90523e397bb89c83802 (diff) | |
download | rneovim-d3068d34cc56a4c66f10a83922d2500f6ca9e651.tar.gz rneovim-d3068d34cc56a4c66f10a83922d2500f6ca9e651.tar.bz2 rneovim-d3068d34cc56a4c66f10a83922d2500f6ca9e651.zip |
vim-patch:partial:cbaff5e06ec5 (#18042)
Update runtime files
https://github.com/vim/vim/commit/cbaff5e06ec525d31dc44093125c42029e01d508
omit doc updates here
Diffstat (limited to 'runtime/autoload')
-rw-r--r-- | runtime/autoload/dist/ft.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/autoload/dist/ft.vim b/runtime/autoload/dist/ft.vim index 959f4be896..f473d5f80b 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 Mar 05 +" Last Change: 2022 Apr 06 " These functions are moved here from runtime/filetype.vim to make startup " faster. |