runtime(kconfig): Update syntax script and remove syn sync Commit: https://github.com/vim/vim/commit/4aa6b52e82871fe3a607756de609b9c14feb4e04 Author: Christian Brabandt <c...@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 <c...@256bit.org> diff --git a/runtime/syntax/kconfig.vim b/runtime/syntax/kconfig.vim index c7a305b73..0aecc0006 100644 --- a/runtime/syntax/kconfig.vim +++ b/runtime/syntax/kconfig.vim @@ -1,7 +1,7 @@ " Vim syntax file " Maintainer: Christian Brabandt <c...@256bit.org> " Previous Maintainer: Nikolai Weibull <n...@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 -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/E1sV7MJ-00G5XS-0H%40256bit.org.