From 89030f3ac46969d25d96d03f6faec50a5a090d6a Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Thu, 30 Oct 2025 06:26:47 +0800 Subject: [PATCH] vim-patch:8f551a7: runtime: regenerate helptags, update last-change header in tombi compiler https://github.com/vim/vim/commit/8f551a70ad8f5cc2e3844f2418ef97330d3333bd Co-authored-by: Christian Brabandt --- runtime/compiler/tombi.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/compiler/tombi.vim b/runtime/compiler/tombi.vim index 1bf00044ec..7a286723cd 100644 --- a/runtime/compiler/tombi.vim +++ b/runtime/compiler/tombi.vim @@ -1,7 +1,7 @@ " Vim compiler file " Language: TOML " Maintainer: Konfekt -" Last Change: 2025 Oct 28 +" Last Change: 2025 Oct 29 if exists("current_compiler") | finish | endif let current_compiler = "tombi"