mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 13:08:33 +00:00
channels: stderr channel
This commit is contained in:
@@ -56,6 +56,7 @@ return {
|
||||
ceil={args=1, func="float_op_wrapper", data="&ceil"},
|
||||
changenr={},
|
||||
chanclose={args={1, 2}},
|
||||
chansend={args=2},
|
||||
char2nr={args={1, 2}},
|
||||
cindent={args=1},
|
||||
clearmatches={},
|
||||
@@ -177,7 +178,7 @@ return {
|
||||
jobclose={args={1, 2}, func="f_chanclose"},
|
||||
jobpid={args=1},
|
||||
jobresize={args=3},
|
||||
jobsend={args=2},
|
||||
jobsend={args=2, func="f_chansend"},
|
||||
jobstart={args={1, 2}},
|
||||
jobstop={args=1},
|
||||
jobwait={args={1, 2}},
|
||||
|
Reference in New Issue
Block a user