mirror of
https://github.com/neovim/neovim.git
synced 2025-09-11 05:48:17 +00:00
docs: third-party licenses, TEST_COLORS, system() #15665
This commit is contained in:
@@ -90,7 +90,7 @@ static void nlua_error(lua_State *const lstate, const char *const msg)
|
||||
lua_pop(lstate, 1);
|
||||
}
|
||||
|
||||
/// Return version of current neovim build
|
||||
/// Gets the version of the current Nvim build.
|
||||
///
|
||||
/// @param lstate Lua interpreter state.
|
||||
static int nlua_nvim_version(lua_State *const lstate) FUNC_ATTR_NONNULL_ALL
|
||||
|
Reference in New Issue
Block a user