From: Christian Brabandt Date: Sat, 20 Jul 2024 10:20:51 +0000 (+0200) Subject: runtime(kconfig): Update syntax script and remove syn sync X-Git-Tag: v9.1.0608~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4aa6b52e82871fe3a607756de609b9c14feb4e04;p=thirdparty%2Fvim.git runtime(kconfig): Update syntax script and remove syn sync fixes: #15306 Signed-off-by: Christian Brabandt --- diff --git a/runtime/syntax/kconfig.vim b/runtime/syntax/kconfig.vim index c7a305b73c..0aecc00060 100644 --- a/runtime/syntax/kconfig.vim +++ b/runtime/syntax/kconfig.vim @@ -1,7 +1,7 @@ " Vim syntax file " Maintainer: Christian Brabandt " Previous Maintainer: Nikolai Weibull -" Latest Revision: 2015-05-29 +" Latest Revision: 2024-07-19 " License: Vim (see :h license) " Repository: https://github.com/chrisbra/vim-kconfig @@ -715,8 +715,6 @@ syn region kconfigHelpText \ skip='^$' \ end='^\z1\@!' -syn sync match kconfigSyncHelp grouphere kconfigHelpText 'help\|---help---' - hi def link kconfigTodo Todo hi def link kconfigComment Comment hi def link kconfigKeyword Keyword