Open
Description
Say I have the following directory listing:
.
├── a
├── b
├── c
└── dir
├── a2
├── b2
└── c2
1 directory, 6 files
I open everything with vim *
:
I get my files and the dir/
listing as expected. But if I change to the dir buffer, the dir/
option in the tabline isn't highlighted.
I assume this is because that buffer is listed as "no name". Is this something that's actually possible to fix? If there's no buffer name, I can imagine that with multiple directories open it might not be possible to work out which was highlighted.