summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-04-08 20:03:52 +0200
committerBram Moolenaar <Bram@vim.org>2020-04-08 20:03:52 +0200
commit7035fd9d909c49cf5105a53753c1772c193d05b8 (patch)
tree3778bb6e2379b8e48eb51fd32a5048e52ff1f64e /runtime
parent476a613135bdc94e61c1dce8a9cbb4ab0b6dc2d1 (diff)
patch 8.2.0532: cannot use simplify() as a methodv8.2.0532
Problem: Cannot use simplify() as a method. Solution: Add FEARG_1. (closes #5996)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/eval.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 3c0a1ae7f9..981a358348 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -9024,6 +9024,8 @@ simplify({filename}) *simplify()*
directory. In order to resolve all the involved symbolic
links before simplifying the path name, use |resolve()|.
+ Can also be used as a |method|: >
+ GetName()->simplify()
sin({expr}) *sin()*
Return the sine of {expr}, measured in radians, as a |Float|.