diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-12-22 22:47:02 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-12-22 22:47:02 +0000 |
commit | f4cd3e8074641af68bf2b6a8579c3da58f0ac013 (patch) | |
tree | e0d8399f0df9baaaff825e575da4625935c64583 /runtime/doc/eval.txt | |
parent | bb1004ee56bde6345b469568e2bdd86b54b32bf7 (diff) | |
download | vim-f4cd3e8074641af68bf2b6a8579c3da58f0ac013.zip |
updated for version 7.0175
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r-- | runtime/doc/eval.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 47be23fc2..50cbec9b6 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -2206,6 +2206,8 @@ exists({expr}) The result is a Number, which is non-zero if {expr} is #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, which is non-zero if {expr} is 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 |