aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/main.h')
-rw-r--r--src/nvim/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/main.h b/src/nvim/main.h
index f8cf26961c..46d7217364 100644
--- a/src/nvim/main.h
+++ b/src/nvim/main.h
@@ -24,6 +24,7 @@ typedef struct {
int n_pre_commands; // no. of commands from --cmd
char *pre_commands[MAX_ARG_CMDS]; // commands from --cmd argument
char *luaf; // Lua script filename from "-l"
+ int lua_arg0; // Lua script args start index.
int edit_type; // type of editing to do
char *tagname; // tag from -t argument