From 7035fd9d909c49cf5105a53753c1772c193d05b8 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 8 Apr 2020 20:03:52 +0200 Subject: patch 8.2.0532: cannot use simplify() as a method Problem: Cannot use simplify() as a method. Solution: Add FEARG_1. (closes #5996) --- runtime/doc/eval.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime') 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|. -- cgit v1.2.3