mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 14:58:18 +00:00
channels: generalize jobclose()
This commit is contained in:
@@ -55,6 +55,7 @@ return {
|
||||
call={args={2, 3}},
|
||||
ceil={args=1, func="float_op_wrapper", data="&ceil"},
|
||||
changenr={},
|
||||
chanclose={args={1, 2}},
|
||||
char2nr={args={1, 2}},
|
||||
cindent={args=1},
|
||||
clearmatches={},
|
||||
@@ -173,7 +174,7 @@ return {
|
||||
islocked={args=1},
|
||||
id={args=1},
|
||||
items={args=1},
|
||||
jobclose={args={1, 2}},
|
||||
jobclose={args={1, 2}, func="f_chanclose"},
|
||||
jobpid={args=1},
|
||||
jobresize={args=3},
|
||||
jobsend={args=2},
|
||||
|
Reference in New Issue
Block a user