Misc changes
This commit is contained in:
@@ -160,7 +160,7 @@ void Command_ShowBufferList() {
|
||||
ActiveWindowID = command_bar.window->id;
|
||||
ResetBuffer(command_bar.buffer);
|
||||
For (Buffers) {
|
||||
if (it->special || it->garbage) {
|
||||
if (it->special || it->garbage || it->is_dir) {
|
||||
continue;
|
||||
}
|
||||
RawAppendf(command_bar.buffer, "\n%S", it->name);
|
||||
|
||||
Reference in New Issue
Block a user