diff runtime/doc/eval.txt @ 615:7fe13e0f5dce v7.0175

updated for version 7.0175
author vimboss
date Thu, 22 Dec 2005 22:47:02 +0000
parents 53114ef7778f
children 9e359e5759f6
line wrap: on
line diff
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -2206,6 +2206,8 @@ exists({expr})	The result is a Number, w
 			#group#event#pattern
 					autocommand defined for this group, 
 					event and pattern.
+			##event		autocommand for this event is
+					supported.
 		For checking for a supported feature use |has()|.
 
 		Examples: >
@@ -2220,6 +2222,7 @@ exists({expr})	The result is a Number, w
 			exists("#filetypeindent")
 			exists("#filetypeindent#FileType")
 			exists("#filetypeindent#FileType#*")
+			exists("##ColorScheme")
 <		There must be no space between the symbol (&/$/*/#) and the
 		name.
 		Note that the argument must be a string, not the name of the