summary refs log tree commit diff stats
path: root/ranger/ext/accumulator.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/ext/accumulator.py')
-rw-r--r--ranger/ext/accumulator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/ext/accumulator.py b/ranger/ext/accumulator.py
index 7fed72dd..7529471f 100644
--- a/ranger/ext/accumulator.py
+++ b/ranger/ext/accumulator.py
@@ -24,6 +24,7 @@ class Accumulator(object):
 
 		self.pointer = i
 		self.correct_pointer()
+		return self.pointer
 	
 	def move_to_obj(self, arg, attr=None):
 		if not arg: