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, 2 insertions, 0 deletions
diff --git a/src/input_handler.cc b/src/input_handler.cc
index 752b642c..a891ccc8 100644
--- a/src/input_handler.cc
+++ b/src/input_handler.cc
@@ -768,6 +768,7 @@ public:
display();
m_line_changed = true;
+ m_refresh_completion_pending = true;
}, "enter register name", register_doc);
display();
return;
@@ -781,6 +782,7 @@ public:
m_line_editor.insert(*cp);
display();
m_line_changed = true;
+ m_refresh_completion_pending = true;
}
}, "raw insert", "enter key to insert");
display();