summaryrefslogtreecommitdiff
path: root/src/input_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/input_handler.cc')
-rw-r--r--src/input_handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_handler.cc b/src/input_handler.cc
index 2c085f08..e11740c7 100644
--- a/src/input_handler.cc
+++ b/src/input_handler.cc
@@ -390,7 +390,7 @@ public:
atoms.emplace_back(" reg=", context().faces()["StatusLineInfo"]);
atoms.emplace_back(StringView(m_params.reg).str(), context().faces()["StatusLineValue"]);
}
- return {atoms, {{"count", to_string(m_params.count)}, {"register", StringView(m_params.reg).str()}}};
+ return {atoms, m_params};
}
KeymapMode keymap_mode() const override { return KeymapMode::Normal; }