Skip to content

Commit 7642208

Browse files
committed
nvim: add Mark to nvimTypes and nvim_win_call to specialAPIs
Signed-off-by: Koichi Shiraishi <[email protected]>
1 parent de64096 commit 7642208

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nvim/api_tool.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@ var nvimTypes = map[string]string{
463463
"[]*UI": "Array",
464464
"[]ExtMark": "Array",
465465
"[]TextChunk": "Array",
466+
"Mark": "Array",
466467

467468
"[2]int": "ArrayOf(Integer, 2)",
468469
"[]*Mapping": "ArrayOf(Dictionary)",
@@ -513,6 +514,7 @@ var specialAPIs = map[string]bool{
513514
"nvim_buf_call": true,
514515
"nvim_set_decoration_provider": true,
515516
"nvim_chan_send": true, // FUNC_API_LUA_ONLY
517+
"nvim_win_call": true, // FUNC_API_LUA_ONLY
516518
"nvim_notify": true, // implements underling nlua(vim.notify)
517519
}
518520

0 commit comments

Comments
 (0)