mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 17:28:23 +00:00
channels: implement sockopen() to connect to socket
Helped-By: oni-link <knil.ino@gmail.com>
This commit is contained in:
@@ -268,6 +268,7 @@ return {
|
||||
simplify={args=1},
|
||||
sin={args=1, func="float_op_wrapper", data="&sin"},
|
||||
sinh={args=1, func="float_op_wrapper", data="&sinh"},
|
||||
sockconnect={args={2,3}},
|
||||
sort={args={1, 3}},
|
||||
soundfold={args=1},
|
||||
spellbadword={args={0, 1}},
|
||||
|
Reference in New Issue
Block a user