mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00
rename: FUNC_API_ASYNC => FUNC_API_FAST
This commit is contained in:
@@ -309,7 +309,7 @@ for i = 1, #functions do
|
||||
'(String) {.data = "'..fn.name..'", '..
|
||||
'.size = sizeof("'..fn.name..'") - 1}, '..
|
||||
'(MsgpackRpcRequestHandler) {.fn = handle_'.. (fn.impl_name or fn.name)..
|
||||
', .async = '..tostring(fn.async)..'});\n')
|
||||
', .fast = '..tostring(fn.fast)..'});\n')
|
||||
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user