mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 14:58:18 +00:00
Update argc(),argv() based on 8.1.0493
This commit is contained in:
@@ -20,10 +20,10 @@ return {
|
|||||||
['and']={args=2},
|
['and']={args=2},
|
||||||
api_info={},
|
api_info={},
|
||||||
append={args=2},
|
append={args=2},
|
||||||
argc={},
|
argc={args={0, 1}},
|
||||||
argidx={},
|
argidx={},
|
||||||
arglistid={args={0, 2}},
|
arglistid={args={0, 2}},
|
||||||
argv={args={0, 1}},
|
argv={args={0, 2}},
|
||||||
asin={args=1, func="float_op_wrapper", data="&asin"}, -- WJMc
|
asin={args=1, func="float_op_wrapper", data="&asin"}, -- WJMc
|
||||||
assert_beeps={args={1, 2}},
|
assert_beeps={args={1, 2}},
|
||||||
assert_equal={args={2, 3}},
|
assert_equal={args={2, 3}},
|
||||||
|
Reference in New Issue
Block a user