aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua/executor.c
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2021-10-02 16:59:41 +0200
committerGitHub <noreply@github.com>2021-10-02 07:59:41 -0700
commit9c268263b1792d00b3ffdfd7495af2575862656e (patch)
tree39153ef6da8b4f464c1a14602d04d99579bbd33f /src/nvim/lua/executor.c
parent898f91f0f3cedb224cde1c5b6840abea3e767892 (diff)
downloadrneovim-9c268263b1792d00b3ffdfd7495af2575862656e.tar.gz
rneovim-9c268263b1792d00b3ffdfd7495af2575862656e.tar.bz2
rneovim-9c268263b1792d00b3ffdfd7495af2575862656e.zip
refactor: format with uncrustify #15842
* refactor: format with uncrustify * refactor: convert function comments to doxygen
Diffstat (limited to 'src/nvim/lua/executor.c')
-rw-r--r--src/nvim/lua/executor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/lua/executor.c b/src/nvim/lua/executor.c
index 9333d781cd..3f93bb9a09 100644
--- a/src/nvim/lua/executor.c
+++ b/src/nvim/lua/executor.c
@@ -5,6 +5,7 @@
#include <lua.h>
#include <lualib.h>
+#include "cjson/lua_cjson.h"
#include "luv/luv.h"
#include "mpack/lmpack.h"
#include "nvim/api/private/defs.h"
@@ -40,7 +41,6 @@
#include "nvim/undo.h"
#include "nvim/version.h"
#include "nvim/vim.h"
-#include "cjson/lua_cjson.h"
static int in_fast_callback = 0;