diff options
author | Christian Clason <c.clason@uni-graz.at> | 2024-07-20 12:31:42 +0200 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2024-07-20 12:59:07 +0200 |
commit | 5fc25ecc7a383a4bed2199774ed2e26022456ca3 (patch) | |
tree | 270721887dfe880c96d324e4ac46c266d310e529 | |
parent | 2a24d0a4357d24d6edbd454ab2465abf460467db (diff) | |
download | rneovim-5fc25ecc7a383a4bed2199774ed2e26022456ca3.tar.gz rneovim-5fc25ecc7a383a4bed2199774ed2e26022456ca3.tar.bz2 rneovim-5fc25ecc7a383a4bed2199774ed2e26022456ca3.zip |
vim-patch:4aa6b52: runtime(kconfig): Update syntax script and remove syn sync
fixes: vim/vim#15306
https://github.com/vim/vim/commit/4aa6b52e82871fe3a607756de609b9c14feb4e04
Co-authored-by: Christian Brabandt <cb@256bit.org>
-rw-r--r-- | runtime/syntax/kconfig.vim | 4 |
1 files changed, 1 insertions, 3 deletions
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 <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 |