When I am using vim buffers, I like to look at the status bar instead of using :ls to see which number is associated with the vim buffer.
This becomes problematic when there are multiple files of the same name. Then, the status bar for vim-airline will show:
4: handler.py 10: handler.py 22: handler.py
Is there a way to show some part of the filepath when there are files of the same name?
Surprisingly, I thought this would be a common issue but could not find a solution online.
Thanks