changeset 35763:9faa0b5ef59e

runtime(kconfig): Update syntax script and remove syn sync Commit: https://github.com/vim/vim/commit/4aa6b52e82871fe3a607756de609b9c14feb4e04 Author: Christian Brabandt <cb@256bit.org> Date: Sat Jul 20 12:20:51 2024 +0200 runtime(kconfig): Update syntax script and remove syn sync fixes: https://github.com/vim/vim/issues/15306 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sat, 20 Jul 2024 12:30:34 +0200
parents f527453189db
children 3ead9668d632
files runtime/syntax/kconfig.vim
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/runtime/syntax/kconfig.vim
+++ b/runtime/syntax/kconfig.vim
@@ -1,7 +1,7 @@
 " Vim syntax file
 " Maintainer:           Christian Brabandt <cb@256bit.org>
 " Previous Maintainer:  Nikolai Weibull <now@bitwi.se>
-" 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