aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_getln.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/ex_getln.c')
-rw-r--r--src/nvim/ex_getln.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/ex_getln.c b/src/nvim/ex_getln.c
index 67748fa164..bf5076bdc3 100644
--- a/src/nvim/ex_getln.c
+++ b/src/nvim/ex_getln.c
@@ -762,7 +762,7 @@ getcmdline (
*/
switch (c) {
case K_EVENT:
- event_process(true);
+ event_process();
// Force a redraw even though the command line didn't change
shell_resized();
goto cmdline_not_changed;
@@ -1878,7 +1878,7 @@ redraw:
if (IS_SPECIAL(c1)) {
// Process deferred events
- event_process(true);
+ event_process();
// Ignore other special key codes
continue;
}