aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/eval.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r--runtime/doc/eval.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 83056060f6..092994c11d 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -2811,6 +2811,7 @@ exists({expr}) The result is a Number, which is non-zero if {expr} is
For checking for a supported feature use |has()|.
Examples: >
+ exists("&mouse")
exists("$HOSTNAME")
exists("*strftime")
exists("*s:MyFunc")