mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 14:58:18 +00:00
eval: context: add ctx-family functions
This commit is contained in:

committed by
Justin M. Keyes

parent
a80f691a6a
commit
691deca2e8
@@ -74,6 +74,11 @@ return {
|
||||
cosh={args=1, func="float_op_wrapper", data="&cosh"},
|
||||
count={args={2, 4}},
|
||||
cscope_connection={args={0, 3}},
|
||||
ctxget={args={0, 1}},
|
||||
ctxpop={},
|
||||
ctxpush={args={0, 1}},
|
||||
ctxset={args={1, 2}},
|
||||
ctxsize={},
|
||||
cursor={args={1, 3}},
|
||||
deepcopy={args={1, 2}},
|
||||
delete={args={1,2}},
|
||||
|
Reference in New Issue
Block a user