mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
build: Fix error in dispatch generator for functions with channel_id
This commit is contained in:
@@ -186,7 +186,7 @@ for i = 1, #api.functions do
|
||||
if #args > 0 then
|
||||
output:write('channel_id, '..call_args)
|
||||
else
|
||||
output:write('channel_id)')
|
||||
output:write('channel_id')
|
||||
end
|
||||
else
|
||||
output:write(call_args)
|
||||
|
||||
Reference in New Issue
Block a user