summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2011-10-11 19:04:55 +0200
committerhut <hut@lavabit.com>2011-10-11 19:04:55 +0200
commit96912a0ca559871ae3420e96c12781dd2713b78d (patch)
treec2a5b28e7fb823df3b7608b20b19be4bf881575c
parentbfcea0c92922e307d726fcf9d84a6e415e57283f (diff)
downloadranger-96912a0ca559871ae3420e96c12781dd2713b78d.tar.gz
defaults.commands: Fixed bug in :find from 2a5a8336
-rw-r--r--ranger/defaults/commands.py2
1 files changed, 1 insertions, 1 deletions
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: