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.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input_handler.cc b/src/input_handler.cc
index 83da2a07..a9925f00 100644
--- a/src/input_handler.cc
+++ b/src/input_handler.cc
@@ -632,7 +632,7 @@ public:
}
}
reset();
- select(0);
+ setup_ifn();
}
void reset()
@@ -646,7 +646,7 @@ private:
if (opt.name() == "completions")
{
reset();
- select(0);
+ setup_ifn();
}
}