diff options
Diffstat (limited to 'src/nvim/types.h')
-rw-r--r-- | src/nvim/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/types.h b/src/nvim/types.h index 87560a43da..91420c087f 100644 --- a/src/nvim/types.h +++ b/src/nvim/types.h @@ -16,7 +16,7 @@ typedef uint32_t u8char_T; // Opaque handle used by API clients to refer to various objects in vim typedef int handle_T; -// Opaque handle to a lua value. Must be free with `executor_free_luaref` when +// Opaque handle to a lua value. Must be free with `api_free_luaref` when // not needed anymore! LUA_NOREF represents missing reference, i e to indicate // absent callback etc. typedef int LuaRef; |