aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorSean Dewar <seandewar@users.noreply.github.com>2021-11-01 17:48:19 +0000
committerSean Dewar <seandewar@users.noreply.github.com>2021-11-26 18:53:11 +0000
commit60f0e1858870849fa5d6ed56ea40dc0183fab77d (patch)
tree2cfb66489f544afea2fb490b419ef0c36a108af5 /runtime
parentf37f08314dd1dfbf5f6526c70802763ce86202ef (diff)
downloadrneovim-60f0e1858870849fa5d6ed56ea40dc0183fab77d.tar.gz
rneovim-60f0e1858870849fa5d6ed56ea40dc0183fab77d.tar.bz2
rneovim-60f0e1858870849fa5d6ed56ea40dc0183fab77d.zip
vim-patch:8.2.0532: cannot use simplify() as a method
Problem: Cannot use simplify() as a method. Solution: Add FEARG_1. (closes vim/vim#5996) https://github.com/vim/vim/commit/7035fd9d909c49cf5105a53753c1772c193d05b8
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 632329a65e..385ecb3dc2 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -9123,6 +9123,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|.