summary refs log tree commit diff stats
path: root/ranger.py
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2013-02-06 18:33:31 +0100
committerhut <hut@lavabit.com>2013-02-06 18:33:31 +0100
commitfdb5224dc3272ffefb8d57dd07388740752515db (patch)
tree95b751221e6e17e69a8dd66276c7dc4318954f32 /ranger.py
parent09970fbcdb0adfefd65a51c108148fc38303324b (diff)
downloadranger-fdb5224dc3272ffefb8d57dd07388740752515db.tar.gz
fsobject.fsobject: Fix incorrect symlink formatting (#38271)
Thanks to looper for reporting.  Bug report was:

Symlink looses formatting

Details:

Steps to reproduce:
1. Make an empty directory end enter it.
2. Do :touch <some_filename>.
3. Open other tab with any path and copy any file with 'yy'.
4. Swap to previous tab and paste the symlink with 'pl'.
5. The symlink coloured and looks like common file, not like a symlink.
6. Move cursor to the symlink and back to <some_filename> from point 2. Now
the symlink looks as intended.
7. While cursos stays on <some_file>, reload cwd with 'R'. The symlink looks
like common file again.

----
ranger-master 1.5.5

Python 2.7.3 (default, Jan  2 2013, 16:53:07)
[GCC 4.7.2]
Diffstat (limited to 'ranger.py')
0 files changed, 0 insertions, 0 deletions
#n113'>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