-
Notifications
You must be signed in to change notification settings - Fork 30
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
E21: Cannot make changes, 'modifiable' is off #11
Comments
I can't reproduce. Could you tell me your configuration of committia.vim and show me the way to reproduce? I guess you may already open commit buffer anywhere. |
Sorry, you are correct. I deleted my |
I found that the vim-diff-enhanced plugin was causing the problem! Removing it makes this plugin work correctly again. ✨ |
Would be great to have a workaround for this as I really like the enhanced diff plugin. |
Thank you for your investigation. It seems that this plugin has a collision with vim-diff-enhanced. I'll investigate the reason. |
I couldn't reproduce the error although I installed vim-diff-enhanced. But I added a change to set |
@rhysd The problem occurs when |
I'm receiving this error too, but I'm not using vim-diff-enhanced.
|
I couldn't reproduce this. Could you please tell me the situation more?
I will try to add workaround for this. |
|
OK, thanks. |
BTW, you seems to use single-column mode. If you can, could you try double-column mode? |
I tried adding workaround. Please check it. |
Thank you for the screenshots. Very helpful. I reverted the commit at the present. Windows seem to be opened twice. Are you using |
I added a workaround which prevents committia.vim from opening windows twice. Could you try this? |
@rhysd great, it works as expected! |
Hmm... all contents except for preset commit message should be removed here... BTW, are you using |
Yes,
|
OK, I think it is the same reason as #18 and I may be able to reproduce this issue. |
Could you try below? I think the NeoBundleLazy 'rhysd/committia.vim', {'explorer' : 1} |
It doesn't have a different effect. The "edit window" still includes the status and diff... |
Does it work with non-delayed loading? NeoBundle 'rhysd/committia.vim' |
No, it still shows "edit window" full.. |
When I look at
It appears as if COMMIT_EDITMSG is loaded twice.. |
I will try to find a way to reproduce... thanks :) |
I have been getting this error after upgrading recently:
Thanks. 👼
The text was updated successfully, but these errors were encountered: