diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2021-09-14 10:20:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-14 10:20:33 -0700 |
commit | b63b4777ec80069e42326778023db30bd8217f1a (patch) | |
tree | eb7ca2f4f193d8069096b7d653665addecefa51d /src/nvim/lua/executor.c | |
parent | 0a83017fe95df0290adb98ec6bf457b96a3fab17 (diff) | |
download | rneovim-b63b4777ec80069e42326778023db30bd8217f1a.tar.gz rneovim-b63b4777ec80069e42326778023db30bd8217f1a.tar.bz2 rneovim-b63b4777ec80069e42326778023db30bd8217f1a.zip |
docs: third-party licenses, TEST_COLORS, system() #15665
Diffstat (limited to 'src/nvim/lua/executor.c')
-rw-r--r-- | src/nvim/lua/executor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/lua/executor.c b/src/nvim/lua/executor.c index d071203db1..ce5bfabd9f 100644 --- a/src/nvim/lua/executor.c +++ b/src/nvim/lua/executor.c @@ -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 |