From 8b35090c64da33bf4b0859ac7fd4cd85f9631615 Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Sun, 7 Dec 2014 02:14:13 -0500 Subject: docs: Remove shortname references. In addition, align the removal notice next to 'key' with other such notices (options.txt). --- runtime/doc/eval.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/doc/eval.txt') diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index ead25c6349..83056060f6 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -2811,7 +2811,6 @@ exists({expr}) The result is a Number, which is non-zero if {expr} is For checking for a supported feature use |has()|. Examples: > - exists("&shortname") exists("$HOSTNAME") exists("*strftime") exists("*s:MyFunc") -- cgit