-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
:bwipe breaks vim -p #11
Comments
It looks like this breaks -o (vertical splits) as well. |
Does |
I've seen that this is indeed a problem, but I have no time to check that right now. |
Fixed in #37. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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)
The text was updated successfully, but these errors were encountered: