diff options
-rw-r--r-- | ranger/config/commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |