diff options
Diffstat (limited to 'src/nvim/runtime_defs.h')
-rw-r--r-- | src/nvim/runtime_defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/runtime_defs.h b/src/nvim/runtime_defs.h index 7029e8be66..aa69d2581a 100644 --- a/src/nvim/runtime_defs.h +++ b/src/nvim/runtime_defs.h @@ -49,6 +49,7 @@ typedef struct { scriptvar_T *sn_vars; ///< stores s: variables for this script char *sn_name; + bool sn_lua; ///< true for a lua script bool sn_prof_on; ///< true when script is/was profiled bool sn_pr_force; ///< forceit: profile functions in this script proftime_T sn_pr_child; ///< time set when going into first child |