diff options
Diffstat (limited to 'src/nvim/ops.h')
-rw-r--r-- | src/nvim/ops.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ops.h b/src/nvim/ops.h index ae8b8b53e8..425b760108 100644 --- a/src/nvim/ops.h +++ b/src/nvim/ops.h @@ -137,6 +137,6 @@ static inline bool is_literal_register(const int regname) # include "ops.h.generated.h" #endif -EXTERN LuaRef repeat_luaref INIT(= LUA_NOREF); ///< LuaRef for "." +EXTERN LuaRef repeat_luaref INIT( = LUA_NOREF); ///< LuaRef for "." #endif // NVIM_OPS_H |