diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2022-04-19 15:14:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-19 15:14:17 +0200 |
| commit | 0124a7bfa9e27796e561cb0b3a045b9327bf7077 (patch) | |
| tree | 86f767630011a459ab189e0b5455b48abd2ab1c8 /runtime/autoload | |
| parent | 147cc60d24f093b5154824889f2151489774ef33 (diff) | |
| download | rneovim-0124a7bfa9e27796e561cb0b3a045b9327bf7077.tar.gz rneovim-0124a7bfa9e27796e561cb0b3a045b9327bf7077.tar.bz2 rneovim-0124a7bfa9e27796e561cb0b3a045b9327bf7077.zip | |
vim-patch:75ab590f8504 (#18170)
Update runtime files
https://github.com/vim/vim/commit/75ab590f8504a8912ca0b8c58f6b897bb7a34f07
omit builtin.txt change to `expand()` (depends on 8.2.4726)
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 975e2c23d8..14dd88b7a8 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 Apr 06 +" Last Change: 2022 Apr 13 " These functions are moved here from runtime/filetype.vim to make startup " faster. |