Skip to content

Commit afb8303

Browse files
committed
nvim: add *OpenWindowConfig to Dictionary C type
1 parent 074f1dc commit afb8303

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nvim/apitool.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ var nvimTypes = map[string]string{
301301
"*ClientVersion": "Dictionary",
302302
"ClientMethods": "Dictionary",
303303
"ClientAttributes": "Dictionary",
304+
"*OpenWindowConfig": "Dictionary",
304305

305306
"[2]int": "ArrayOf(Integer, 2)",
306307
"[]Buffer": "ArrayOf(Buffer)",

0 commit comments

Comments
 (0)