summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* fsobject: The lazy lookup of .image attribute was *too* lazyhut2010-11-221-0/+4
* widgets.statusbar: Fixed crash after deleting current filehut2010-11-221-1/+4
* widgets.statusbar: Reload permissions of current file on changehut2010-11-221-2/+3
* fsobject.fsobject: Use ctime, not mtime, for identifying changeshut2010-11-222-9/+10
* fsobject.directory: Fixed sorting by typehut2010-11-221-1/+1
* ext.keybinding_parser: fixed python3 incompatibilityhut2010-11-221-1/+1
* ext.keybinding_parser: allow mapping alt+special keyshut2010-11-221-4/+12
* Tea, Earl Grey, Hot. v1.2.2hut2010-10-104-11/+19
* defaults.keys: show bookmarks when typing "um"hut2010-10-101-1/+2
* defaults.commands: Fixed :cd command without argumenthut2010-10-101-3/+2
* gui.color: fixed ranger.gui.color.remove_attrhut2010-10-101-1/+1
* api.commands, api.keys: added dummies that allow pydoc to be generatedhut2010-10-102-0/+13
* colorschemes.jungle: updated jungle colorschemehut2010-10-101-1/+1
* colorschemes.snow: updated snow colorschemehut2010-10-101-1/+4
* gui.ui: Disable mouse when console is openhut2010-10-101-2/+2
* Prevent garbage-collecting used directorieshut2010-10-101-1/+1
* Cosmetic changeshut2010-10-102-2/+1
* core.actions: Minor bug in move_parent()hut2010-10-101-0/+2
* defaults.apps: open empty files with unknown mimetype in vimhut2010-10-101-1/+1
* ranger.__main__: typohut2010-10-101-1/+0
* CHANGELOG updatedhut2010-09-161-0/+3
* core.actions: Fixed yy/pp bug when yanking multiple directories v1.2.1hut2010-09-164-4/+4
* Beware of low-flying butterflies v1.2.0hut2010-09-135-4/+25
* ranger.main: no file previews when user == roothut2010-09-132-1/+5
* README: Usage Tips sectionhut2010-09-131-0/+6
* fsobject.directory: removed unused attributehut2010-09-131-2/+0
* fsobject.file: Don't preview socketshut2010-09-131-1/+3
* ranger.py Fixed embedded shellscript (quotes for bash)hut2010-09-111-2/+2
* Makefile, setup.py: Fixed `make doc`hut2010-09-112-24/+24
* ranger.py: fixed escape in embedded shellscripthut2010-09-111-1/+1
* chmodhut2010-09-111-0/+0
* README: added ranger starting function examplehut2010-09-111-0/+14
* defaults.commands: Removed "quick" method from :cdhut2010-09-111-12/+0
* Sort settings in ranger/shared/settings.pyhut2010-08-301-20/+20
* removed test/__init__.py (not needed)hut2010-08-291-0/+0
* defaults.keys: key pL to create relative symlinkshut2010-08-295-5/+97
* Removed symlink in test/hut2010-08-2919-8/+108
* Tuned versioning scheme to be more intuitive, back to 1.1.2hut2010-08-285-6/+6
* Changed version number to 1.2 (testing) to adhere with versioning schemehut2010-08-285-6/+13
* Fixed new history implementationhut2010-08-284-9/+22
* Changed default config dir to $XDG_CONFIG_HOME/rangerhut2010-08-2813-21/+29
* cleaned up and fine tuned :find commandhut2010-08-281-11/+7
* Integrated new container.history implementationhut2010-08-282-6/+9
* Changed implementation of container.historyhut2010-08-282-67/+80
* Fixed historyhut2010-08-267-27/+56
* widgets.console: removed duplicate importhut2010-08-261-1/+0
* widgets.console: removed unused Console.init() methodhut2010-08-261-4/+0
* more documentation updateshut2010-08-261-14/+21
* core.actions: 12? now opens help chapter 1 subchapter 2hut2010-08-261-2/+16
* Updated documentation for the consolehut2010-08-262-138/+61
committer Silvino Silva <silvino@bk.ru> 2019-03-04 16:44:37 +0000 vim documentation revision' href='/punk/doc/commit/tools/vim.html?id=f87cd06b4072c23cfd3313227318ef5259003934'>f87cd06 ^
94e429f ^


f87cd06 ^
94e429f ^
f87cd06 ^
e3b1eb6 ^







37ab43f ^
e3b1eb6 ^
37ab43f ^



e3b1eb6 ^

37ab43f ^
214aa23 ^
390a4d2 ^
6844eee ^
94e429f ^




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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277