sjbach / lusty

LustyExplorer / LustyJuggler for Vim
http://www.vim.org/scripts/script.php?script_id=1890
256 stars 30 forks source link

Problem with files of the same name #93

Closed jcelliott closed 6 years ago

jcelliott commented 11 years ago

Steps to reproduce:

touch test.py
mkdir test
touch test/test.py
vim test.py test/test.py
<Open LustyExplorer>

Output (in LustyExplorer buffer):

.py|/test.py

Should be:

test.py|test/test.py

Tested with latest from master. If this is possibly a configuration problem, let me know. Thanks.

ggustafsson commented 10 years ago

I assume you mean the buffer explorer? It works fine for me. I see "test.py test/test.py".

sjbach commented 6 years ago

Thanks. It must be that this was fixed at some point.

jcelliott commented 6 years ago

I can still reproduce this on master. I also just tried with a minimal vimrc (only lusty loaded), and was still able to reproduce. That being said, I haven't actually run into this in real usage since I reported the issue almost 5 years ago, so I certainly won't lose any sleep over this being closed :).

sjbach commented 6 years ago

Ah, I see. The test case worked fine for me (like for ggustafsson), but I should have looked closer. Your output is from the juggler plugin. I checked, and it breaks for me in the same way -- thanks for commenting again.

jcelliott commented 6 years ago

Thanks for fixing this!