From 96912a0ca559871ae3420e96c12781dd2713b78d Mon Sep 17 00:00:00 2001 From: hut Date: Tue, 11 Oct 2011 19:04:55 +0200 Subject: defaults.commands: Fixed bug in :find from 2a5a8336 --- ranger/defaults/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ranger/defaults/commands.py b/ranger/defaults/commands.py index 01a1add4..c16deeda 100644 --- a/ranger/defaults/commands.py +++ b/ranger/defaults/commands.py @@ -317,7 +317,7 @@ class find(Command): tab = Command._tab_directory_content def execute(self): - if self.count == 1: + if self.quick(): self.fm.move(right=1) self.fm.block_input(0.5) else: -- cgit 1.4.1-2-gfad0