1
0
forked from aniani/vim

patch 8.2.0532: cannot use simplify() as a method

Problem:    Cannot use simplify() as a method.
Solution:   Add FEARG_1. (closes #5996)
This commit is contained in:
Bram Moolenaar
2020-04-08 20:03:52 +02:00
parent 476a613135
commit 7035fd9d90
4 changed files with 6 additions and 2 deletions

View File

@@ -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|.