aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua/executor.h
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2024-04-28 09:20:06 +0200
committerGitHub <noreply@github.com>2024-04-28 09:20:06 +0200
commitc3061a40f7012b4cd9afcaa6e8b856e946aed528 (patch)
tree7f1d122699e34c5f8248330e7d5f7c51b6db7d37 /src/nvim/lua/executor.h
parenta41546d4ac60cecc48b83f85ea9d53ee2fb7dfbb (diff)
parent3711a0387a96d6531f3ae07a9b18fb8e2afc2e41 (diff)
downloadrneovim-c3061a40f7012b4cd9afcaa6e8b856e946aed528.tar.gz
rneovim-c3061a40f7012b4cd9afcaa6e8b856e946aed528.tar.bz2
rneovim-c3061a40f7012b4cd9afcaa6e8b856e946aed528.zip
Merge pull request #28532 from bfredl/regularization
refactor(build): make all generated c files headers
Diffstat (limited to 'src/nvim/lua/executor.h')
-rw-r--r--src/nvim/lua/executor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/lua/executor.h b/src/nvim/lua/executor.h
index ebcd62122f..299df2fdde 100644
--- a/src/nvim/lua/executor.h
+++ b/src/nvim/lua/executor.h
@@ -12,7 +12,7 @@
#include "nvim/types_defs.h"
#include "nvim/usercmd.h" // IWYU pragma: keep
-// Generated by msgpack-gen.lua
+// Generated by generators/gen_api_dispatch.lua
void nlua_add_api_functions(lua_State *lstate) REAL_FATTR_NONNULL_ALL;
typedef struct {