From 0124a7bfa9e27796e561cb0b3a045b9327bf7077 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Tue, 19 Apr 2022 15:14:17 +0200 Subject: 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) --- runtime/autoload/dist/ft.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/autoload') 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 -" Last Change: 2022 Apr 06 +" Last Change: 2022 Apr 13 " These functions are moved here from runtime/filetype.vim to make startup " faster. -- cgit