file-line
file-line copied to clipboard
:bwipe breaks vim -p
I am used to executing vim -p to open all files in tabs.
If the first file is given a line number, vim -p does not open the files in tabs.
I tried removing the :bwipe, and that gives me the expected behaviour (sans the outout of :ls)
It looks like this breaks -o (vertical splits) as well.
Does :bdelete
also break -p
and -o
, and would it be "enough"?
I've seen that this is indeed a problem, but I have no time to check that right now.
Fixed in #37.