diff options
author | Sean Dewar <seandewar@users.noreply.github.com> | 2021-11-01 17:48:19 +0000 |
---|---|---|
committer | Sean Dewar <seandewar@users.noreply.github.com> | 2021-11-26 18:53:11 +0000 |
commit | 60f0e1858870849fa5d6ed56ea40dc0183fab77d (patch) | |
tree | 2cfb66489f544afea2fb490b419ef0c36a108af5 /runtime | |
parent | f37f08314dd1dfbf5f6526c70802763ce86202ef (diff) | |
download | rneovim-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.txt | 2 |
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|. |