diff options
Diffstat (limited to 'src/nvim/ops.h')
| -rw-r--r-- | src/nvim/ops.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/nvim/ops.h b/src/nvim/ops.h index 75ea1853a0..81e006be27 100644 --- a/src/nvim/ops.h +++ b/src/nvim/ops.h @@ -4,8 +4,8 @@ #include <stdbool.h> #include <stddef.h> +#include "lauxlib.h" #include "nvim/ascii.h" -#include "nvim/eval/typval.h" #include "nvim/eval/typval_defs.h" #include "nvim/ex_cmds_defs.h" #include "nvim/extmark.h" @@ -126,4 +126,7 @@ static inline int op_reg_index(const int regname) #ifdef INCLUDE_GENERATED_DECLARATIONS # include "ops.h.generated.h" #endif + +EXTERN LuaRef repeat_luaref INIT(= LUA_NOREF); ///< LuaRef for "." + #endif // NVIM_OPS_H |
