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)
7035fd9d90
This commit is contained in:
Sean Dewar
2021-11-01 17:48:19 +00:00
parent f37f08314d
commit 60f0e18588
3 changed files with 4 additions and 2 deletions

View File

@@ -335,7 +335,7 @@ return {
sign_undefine={args={0, 1}, base=1},
sign_unplace={args={1, 2}, base=1},
sign_unplacelist={args=1, base=1},
simplify={args=1},
simplify={args=1, base=1},
sin={args=1, base=1, func="float_op_wrapper", data="&sin"},
sinh={args=1, base=1, func="float_op_wrapper", data="&sinh"},
sockconnect={args={2,3}},