-
Notifications
You must be signed in to change notification settings - Fork 9
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
Bug: using diffopt+=vertical produces error when starting vim #24
Comments
@Endtry Trying to push a fix for this repo but I don't think I have write access. |
@djagellon If you can make a pull request for this I can get it merged in. |
Thanks @DropsOfSerenity I tried to, but I don't seem to have write access to the repo. |
@djagellon You'll want to fork the repository, then make a pull request from your fork :) |
ah. Thank you, I thought pulling and creating a new branch would be enough. |
djagellon
pushed a commit
to djagellon/laptop
that referenced
this issue
Oct 5, 2021
DropsOfSerenity
pushed a commit
that referenced
this issue
Oct 5, 2021
Co-authored-by: Deorinio Agellon <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure if this is considered a bug on our end since the error occurs with certain versions of macOS.
Starting with Catalina, the
vertical
value generates an error when starting vim:E474: Invalid argument: diffopt+=vertical
See: thoughtbot/dotfiles#655 (comment)
Potential fix is to update the affected section in
vimrc
:The text was updated successfully, but these errors were encountered: