diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-01-17 11:58:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-17 11:58:36 +0100 |
commit | 3906b2d4fc617c6b03f7c9a615d18b70d7250e80 (patch) | |
tree | ff85808e08ae5388a939dedc40a4c00286911673 /runtime/autoload | |
parent | 0c0469c4f59bf51a6e666a49d69cdb33e93bdf1b (diff) | |
download | rneovim-3906b2d4fc617c6b03f7c9a615d18b70d7250e80.tar.gz rneovim-3906b2d4fc617c6b03f7c9a615d18b70d7250e80.tar.bz2 rneovim-3906b2d4fc617c6b03f7c9a615d18b70d7250e80.zip |
vim-patch:fd31be29b822 (#17114)
Update runtime files
https://github.com/vim/vim/commit/fd31be29b8220ee1cb0b3460c82f2634ae3cc370
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 342731b272..0d6841a35b 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 Dec 17 +" Last Change: 2022 Jan 11 " These functions are moved here from runtime/filetype.vim to make startup " faster. |