From 1cb7349302a900e3113a28cd6611d11a2a809df3 Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Sun, 7 Dec 2014 02:20:07 -0500 Subject: runtime: Cleanup refs to removed options - {no,inv,}shortname - {no,inv,}sn - cm, key (remnants of cryptmethod) --- runtime/doc/eval.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/doc') 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") -- cgit