-
Notifications
You must be signed in to change notification settings - Fork 24
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
Introduce new subcmd edit
#278
Conversation
Release v0.3.5
Release v0.3.5a
Allows editing the plugconf file(s) of the given repositories. Closes vim-volt#230 There are still a few FIXMEs in the code. The most important one being: - Which error codes to use? Currently 15 and 20 are used, but the existing error codes are not documented. It is unclear whether to reuse an existing one or which to use for which purpose. The remaining ones are more about clean code and a different option
Addition to above, could you add an simple example of |
And please change target branch to |
15cce6d
to
3621dfe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Also modifying bash script is a good catch.
Co-Authored-By: hupfdule <[email protected]>
Thanks! |
Allows editing the plugconf file(s) of the given repositories.
Closes #230
There are still a few FIXMEs in the code.
The most important one being:
Currently 15 and 20 are used, but the existing error codes are not
documented. It is unclear whether to reuse an existing one or which to
use for which purpose.
The remaining ones are more about clean code and a different option