I open buffers in relative paths, but the :buffer command tab completion sometimes show buffer path from home dir. Is this a design choice or a bug?
e.g. pwd = ~/projects/one, open a buffer main.c under pwd use :e main.c.
then :b on, the ~/projects/one/main.c will be completed, which is wierd.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
@Old-Farmer it is always listing starting from the present directory for me
e.g. pwd = ~/projects/one, open a buffer main.c under pwd use :e main.c.
then :b on, the ~/projects/one/main.c will be completed, which is wierd.
this is showing up main.c as expected
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()