summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/ext/command_parser.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/ext/command_parser.py b/ranger/ext/command_parser.py
index d737c277..3b65067c 100644
--- a/ranger/ext/command_parser.py
+++ b/ranger/ext/command_parser.py
@@ -64,6 +64,7 @@ class LazyParser(object):
 				except:
 					break
 				if index == 1:
+					line = line[1:]
 					continue
 				result = line[:index]
 				self._starts.append(result)