bogado / file-line

Plugin for vim to enabling opening a file in a given line
http://www.vim.org/scripts/script.php?script_id=2184
299 stars 61 forks source link

:bwipe breaks vim -p #11

Open xim opened 10 years ago

xim commented 10 years ago

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)

djcp commented 10 years ago

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

blueyed commented 10 years ago

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

bogado commented 10 years ago

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

blueyed commented 9 years ago

Fixed in #37.