summary refs log tree commit diff stats
path: root/ranger
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2013-02-16 19:07:41 +0100
committerhut <hut@lavabit.com>2013-02-16 19:07:41 +0100
commita8593a85bb8939a7dfc92ed39e24b7c9f76004a7 (patch)
treeabdc791e7bbdc3babb6357d92146b467e90bc4c2 /ranger
parent73cf294eebec7ee88c3fe93e38d0cf52253eb345 (diff)
downloadranger-a8593a85bb8939a7dfc92ed39e24b7c9f76004a7.tar.gz
config/commands.py: removed obsolete reference to fm.env
Diffstat (limited to 'ranger')
-rw-r--r--ranger/config/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/config/commands.py b/ranger/config/commands.py
index d64e0773..18b2f395 100644
--- a/ranger/config/commands.py
+++ b/ranger/config/commands.py
@@ -1082,7 +1082,7 @@ class narrow(Command):
         self.fm.thisdir.load_content(schedule=False)
 
     def tab(self):
-        if self.fm.env.cwd.files[-1] is not self.fm.env.cf:
+        if self.fm.thisdir.files[-1] is not self.fm.thisfile:
             self.fm.move(down=1)
         else:
             # We're at the bottom, so wrap
yle"' href='/danisanti/profani-tty/commit/src/event/common.c?id=a4cadf78faabc157e5db00e42302d495bba432c0'>a4cadf78 ^
883dbe19 ^
a4cadf78 ^

883dbe19 ^








ad926352 ^

883dbe19 ^



883dbe19 ^

6138a5f7 ^
883dbe19 ^









11663625 ^
242ffbcf ^
883dbe19 ^

ad926352 ^




























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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106