summaryrefslogtreecommitdiff
path: root/src/input_handler.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/input_handler.hh')
-rw-r--r--src/input_handler.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_handler.hh b/src/input_handler.hh
index 1d1404d4..2d0aa355 100644
--- a/src/input_handler.hh
+++ b/src/input_handler.hh
@@ -56,7 +56,7 @@ enum class InsertMode : unsigned
struct ModeInfo
{
DisplayLine display_line;
- EnvVarMap env_vars;
+ std::optional<NormalParams> normal_params;
};
class InputHandler : public SafeCountable