docs: third-party licenses, TEST_COLORS, system() #15665

This commit is contained in:
Justin M. Keyes
2021-09-14 10:20:33 -07:00
committed by GitHub
parent 0a83017fe9
commit b63b4777ec
9 changed files with 157 additions and 154 deletions

View File

@@ -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