From 5c4af69765b9668ca1a6f7623e42498f26040973 Mon Sep 17 00:00:00 2001 From: qingyunha <845767657@qq.com> Date: Tue, 30 Dec 2025 08:47:18 +0800 Subject: [PATCH] Update Vim filetype detection patterns Fixes #10094 --- src/extra/vim.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extra/vim.zig b/src/extra/vim.zig index 9140b83f8..062ccd2b6 100644 --- a/src/extra/vim.zig +++ b/src/extra/vim.zig @@ -10,7 +10,7 @@ pub const ftdetect = \\" \\" THIS FILE IS AUTO-GENERATED \\ - \\au BufRead,BufNewFile */ghostty/config,*/ghostty/themes/*,*.ghostty setf ghostty + \\au BufRead,BufNewFile */ghostty/config,*/*.ghostty/config,*/ghostty/themes/*,*.ghostty setf ghostty \\ ; pub const ftplugin =