Skip to content

Commit 7c85d51

Browse files
committed
nvim: fix UserCommand to non pointer on nvimTypes
Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
1 parent 37f6413 commit 7c85d51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nvim/api_tool.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -438,9 +438,9 @@ var nvimTypes = map[string]string{
438438
"string": "String",
439439
"float64": "Float",
440440

441-
"ClientType": "String",
442-
"Process": "Object",
443-
"*UserCommand": "Object",
441+
"ClientType": "String",
442+
"Process": "Object",
443+
"UserCommand": "Object",
444444

445445
"Channel": "Dictionary",
446446
"*Channel": "Dictionary",

0 commit comments

Comments
 (0)