diff options
author | Michael Reed <m.reed@mykolab.com> | 2014-12-07 02:14:13 -0500 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2014-12-07 02:32:39 -0500 |
commit | 8b35090c64da33bf4b0859ac7fd4cd85f9631615 (patch) | |
tree | 42662c245fa7a302b2c7fc69c2812d0e1e766a73 /runtime/doc/eval.txt | |
parent | fa9d44374b84e6768142e8d3751fe215c14796c7 (diff) | |
download | rneovim-8b35090c64da33bf4b0859ac7fd4cd85f9631615.tar.gz rneovim-8b35090c64da33bf4b0859ac7fd4cd85f9631615.tar.bz2 rneovim-8b35090c64da33bf4b0859ac7fd4cd85f9631615.zip |
docs: Remove shortname references.
In addition, align the removal notice next to 'key' with other
such notices (options.txt).
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r-- | runtime/doc/eval.txt | 1 |
1 files changed, 0 insertions, 1 deletions
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") |