I found, that sometimes MBE still displayes the old filename, when I save a file under a different name with :w othername.txt. It may be related to saving the file in another directory. Not sure, though.
Note the duplicate in buffer 24 and 31. Buffer 24 was the file at/index.php which i then saved with :w views/layouts/ch/main.php. So it should be ch/main.php.
I found, that sometimes MBE still displayes the old filename, when I save a file under a different name with
:w othername.txt
. It may be related to saving the file in another directory. Not sure, though.Here's an example how my MBE sometimes looks:
Note the duplicate in buffer
24
and31
. Buffer24
was the fileat/index.php
which i then saved with:w views/layouts/ch/main.php
. So it should bech/main.php
.