summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/api/commands.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ranger/api/commands.py b/ranger/api/commands.py
index 37d3dec0..8e7e16ac 100644
--- a/ranger/api/commands.py
+++ b/ranger/api/commands.py
@@ -146,7 +146,6 @@ class Command(FileManagerAware):
 
 	def shift(self):
 		del self.args[0]
-		del self.argspos[0]
 		self._setting_line = None
 		self._shifted += 1