]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(kconfig): Update syntax script and remove syn sync
authorChristian Brabandt <cb@256bit.org>
Sat, 20 Jul 2024 10:20:51 +0000 (12:20 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 20 Jul 2024 10:20:51 +0000 (12:20 +0200)
fixes: #15306

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/syntax/kconfig.vim

index c7a305b73c38ed55611309541459e6384d654086..0aecc00060851ed524093916b5390ba9f6cdce21 100644 (file)
@@ -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