file-line icon indicating copy to clipboard operation
file-line copied to clipboard

:bwipe breaks vim -p

Open xim opened this issue 10 years ago • 4 comments

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)

xim avatar Nov 05 '13 14:11 xim

It looks like this breaks -o (vertical splits) as well.

djcp avatar Dec 18 '13 22:12 djcp

Does :bdelete also break -p and -o, and would it be "enough"?

blueyed avatar Mar 17 '14 22:03 blueyed

I've seen that this is indeed a problem, but I have no time to check that right now.

bogado avatar Oct 02 '14 17:10 bogado

Fixed in #37.

blueyed avatar Dec 03 '14 22:12 blueyed