mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 06:16:08 +00:00
lua: cleanup naming conventions of executor functions
This commit is contained in:
@@ -1198,7 +1198,7 @@ void api_free_object(Object value)
|
||||
break;
|
||||
|
||||
case kObjectTypeLuaRef:
|
||||
executor_free_luaref(value.data.luaref);
|
||||
api_free_luaref(value.data.luaref);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Reference in New Issue
Block a user