diff options
author | hut <hut@lavabit.com> | 2013-02-05 05:55:53 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2013-02-05 05:55:53 +0100 |
commit | 151ff73951af08a7d5611c22ce25f095feda3c6b (patch) | |
tree | f618761a5681f0cd36a3c7c73f4c8793279099c5 /ranger.py | |
parent | 6483b2f2c6d10c15cd6f1eab5fa4dc6b08e305d4 (diff) | |
download | ranger-151ff73951af08a7d5611c22ce25f095feda3c6b.tar.gz |
core.tab: Fix files being treated as dirs after rename
When you deleted a directory and created a file with the same name, it was treated like a directory, with ranger trying to preview it and throwing lots of errors. This was because it tried to look for the path of the currently selected file in fm.directories - a directory cache - and if a file with the same name existed as a directory once, it would have found it there.
Diffstat (limited to 'ranger.py')
0 files changed, 0 insertions, 0 deletions