From 6cae0edfe17c1bf5f8c20c1cc430f7c605b0af78 Mon Sep 17 00:00:00 2001 From: hut Date: Wed, 10 Dec 2014 01:57:58 +0100 Subject: config/commands.py: fix input delay, fixes #181 --- ranger/config/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ranger/config/commands.py b/ranger/config/commands.py index 1f59ee90..9a8a7934 100644 --- a/ranger/config/commands.py +++ b/ranger/config/commands.py @@ -1090,7 +1090,7 @@ class scout(Command): else: self.fm.open_console(self.line[0:-len(pattern)]) - if thisdir != self.fm.thisdir and pattern != "..": + if self.quickly_executed and thisdir != self.fm.thisdir and pattern != "..": self.fm.block_input(0.5) def cancel(self): -- cgit 1.4.1-2-gfad0