mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 07:18:17 +00:00
api: auto generate api function wrappers for viml
This commit is contained in:
@@ -33,7 +33,7 @@ return {
|
||||
assert_notequal={args={2, 3}},
|
||||
assert_notmatch={args={2, 3}},
|
||||
assert_true={args={1, 2}},
|
||||
atan={args=1},
|
||||
atan={args=1, func="float_op_wrapper", data="atan"},
|
||||
atan2={args=2},
|
||||
browse={args=4},
|
||||
browsedir={args=2},
|
||||
|
Reference in New Issue
Block a user