vim-patch:8.1.1909: more functions can be used as methods

Problem:    More functions can be used as methods.
Solution:   Make a few more functions usable as a method.
e49fbff384
This commit is contained in:
Sean Dewar
2021-08-07 17:53:43 +01:00
parent 5fbc1a49c7
commit 7925f0b633
7 changed files with 37 additions and 15 deletions

View File

@@ -35,7 +35,7 @@ return {
asin={args=1, base=1, func="float_op_wrapper", data="&asin"}, -- WJMc
assert_beeps={args={1}, base=1},
assert_equal={args={2, 3}, base=2},
assert_equalfile={args={2, 3}},
assert_equalfile={args={2, 3}, base=1},
assert_exception={args={1, 2}},
assert_fails={args={1, 3}, base=1},
assert_false={args={1, 2}, base=1},
@@ -44,7 +44,7 @@ return {
assert_nobeep={args={1}},
assert_notequal={args={2, 3}, base=2},
assert_notmatch={args={2, 3}, base=2},
assert_report={args=1},
assert_report={args=1, base=1},
assert_true={args={1, 2}, base=1},
atan={args=1, base=1, func="float_op_wrapper", data="&atan"},
atan2={args=2, base=1},
@@ -60,8 +60,8 @@ return {
bufloaded={args=1, base=1},
bufname={args={0, 1}, base=1},
bufnr={args={0, 2}, base=1},
bufwinid={args=1},
bufwinnr={args=1},
bufwinid={args=1, base=1},
bufwinnr={args=1, base=1},
byte2line={args=1},
byteidx={args=2},
byteidxcomp={args=2},
@@ -408,7 +408,7 @@ return {
win_id2win={args=1},
win_screenpos={args=1},
win_splitmove={args={2, 3}},
winbufnr={args=1},
winbufnr={args=1, base=1},
wincol={},
windowsversion={},
winheight={args=1},