diff options
author | Michael Reed <m.reed@mykolab.com> | 2014-12-07 02:20:07 -0500 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2014-12-07 13:51:05 -0500 |
commit | 1cb7349302a900e3113a28cd6611d11a2a809df3 (patch) | |
tree | b22aa5fa9c177ba59393c715aae282aab6cf57fc /runtime/doc/eval.txt | |
parent | 8b35090c64da33bf4b0859ac7fd4cd85f9631615 (diff) | |
download | rneovim-1cb7349302a900e3113a28cd6611d11a2a809df3.tar.gz rneovim-1cb7349302a900e3113a28cd6611d11a2a809df3.tar.bz2 rneovim-1cb7349302a900e3113a28cd6611d11a2a809df3.zip |
runtime: Cleanup refs to removed options
- {no,inv,}shortname
- {no,inv,}sn
- cm, key (remnants of cryptmethod)
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r-- | runtime/doc/eval.txt | 1 |
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") |