updated for version 7.0f03
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index ac155c8..cfeeec6 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -1,4 +1,4 @@
-*syntax.txt* For Vim version 7.0f. Last change: 2006 Apr 26
+*syntax.txt* For Vim version 7.0f. Last change: 2006 Apr 27
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2654,6 +2654,14 @@
scripting languages will not be
loaded.
+Not all error highlighting that syntax/vim.vim does may be correct; VimL is a
+difficult language to highlight correctly. A way to suppress error
+highlighting is to put: >
+
+ let g:vimsyntax_noerror = 1
+
+in your |vimrc|.
+
XF86CONFIG *xf86conf.vim* *ft-xf86conf-syntax*