summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/core/environment.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ranger/core/environment.py b/ranger/core/environment.py
index 5ab2b531..8c8eeffa 100644
--- a/ranger/core/environment.py
+++ b/ranger/core/environment.py
@@ -46,7 +46,6 @@ class Environment(SettingsAware, FileManagerAware, SignalDispatcher,
 	"""
 
 	cwd = None  # current directory
-	cmd = None
 	history = None
 	last_search = None
 	pathway = None
r@cmpwn.com> 2019-06-09 19:21:26 -0400 Implement :mkdir command' href='/akspecs/aerc/commit/commands/account/mkdir.go?h=0.4.0&id=d22a9140cdd34960cc2a50b2ae9011091f39118b'>d22a914 ^
2a09617 ^


6838c23 ^
2a09617 ^


6838c23 ^
2a09617 ^
d22a914 ^

6838c23 ^
39307a6 ^
d22a914 ^





39307a6 ^
d22a914 ^













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