-
Notifications
You must be signed in to change notification settings - Fork 49
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
Uncaught exception when staging/unstaging multiple files #30
Comments
Hi h3xx, stage multiple files at once by visually selecting them is not supported for the moment. I know this would be a great feature. I am planning to integrate such feature, but I don't know when. Anyway, maybe the documentation is not clear enough about this limitation. Here you can see that:
For your other points:
I am not comfortable with such mapping. The semantic of L is to stage one single line. What vimagit should do if you select multiple lines and press L?
This is a current limitation of vimagit, also stated in documentation. I split your issue in multiple issues. Thanks for your report! |
Don't you think that if the feature simply isn't implemented, it shouldn't cause the code to break and throw an exception? I'm not expecting this feature to be created, I'm just reporting that I was able to very easily cause the plugin to scream and die simply by doing what seemed to me (as a long-time vim-fugitive user) to be normal intuitive usage. |
You were right, I missed your point. Thanks |
Magit version affected: <1.4.1> 3c3baa3
Steps to reproduce:
:Magit
while running vim with no arguments from a git working directory with unstaged changes.Produces error:
Also note:
The text was updated successfully, but these errors were encountered: