updated for version 7.0d03
diff --git a/runtime/syntax/kconfig.vim b/runtime/syntax/kconfig.vim
index 00c07d2..05730a5 100644
--- a/runtime/syntax/kconfig.vim
+++ b/runtime/syntax/kconfig.vim
@@ -1,6 +1,6 @@
 " Vim syntax file
 " Maintainer:       Nikolai Weibull <now@bitwi.se>
-" Latest Revision:  2006-04-12
+" Latest Revision:  2006-04-13
 
 if exists("b:current_syntax")
   finish
@@ -711,6 +711,8 @@
       \ 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