summary refs log tree commit diff stats
path: root/ranger/api/commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/api/commands.py')
-rw-r--r--ranger/api/commands.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/api/commands.py b/ranger/api/commands.py
index ce381e18..4250a5da 100644
--- a/ranger/api/commands.py
+++ b/ranger/api/commands.py
@@ -90,6 +90,7 @@ class Command(FileManagerAware):
 
     def __init__(self, line, quantifier=None):
         self.line = line
+        self.updated_line = line
         self.args = line.split()
         self.quantifier = quantifier
         try: