about summary refs log tree commit diff stats
path: root/ranger/gui/ui.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/gui/ui.py')
-rw-r--r--ranger/gui/ui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ranger/gui/ui.py b/ranger/gui/ui.py
index 974cb9d9..20a263ad 100644
--- a/ranger/gui/ui.py
+++ b/ranger/gui/ui.py
@@ -129,8 +129,8 @@ class UI(DisplayableContainer):
 			if hasattr(self, 'hint'):
 				self.hint(cmd.text)
 		elif hasattr(cmd, 'execute'):
-				cmd.execute(self.fm, self.env.keybuffer.number)
-				self.env.key_clear()
+			cmd.execute_wrap(self)
+			self.env.key_clear()
 
 	def get_next_key(self):
 		"""Waits for key input and returns the pressed key"""
^
df40cb6e ^

37e4573b ^

363be37f ^
37e4573b ^



5a481085 ^



37e4573b ^

dd2e01e4 ^
ac0e9db5 ^
dd2e01e4 ^
363be37f ^
37e4573b ^


91abd257 ^
363be37f ^
37e4573b ^


322ce34d ^
3ba63579 ^
5a481085 ^
3ba63579 ^


dd2e01e4 ^
57d01f21 ^
363be37f ^
3ba63579 ^

ac0e9db5 ^
05d17773 ^
ac0e9db5 ^
05d17773 ^
3ba63579 ^
ac0e9db5 ^
05d17773 ^
3ba63579 ^





9cc16d04 ^
7f73795c ^
0f125d5f ^

37e4573b ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73