-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
2.27.0: cannot type capital letters into commit message in vi #2758
Comments
I'm also seeing it with commands in normal mode, specifically |
This has been an issue for me as well. Had to go back to 2.26 to be able to use Capital letters do work if |
Is this still an issue with 2.28.0? because this sounds a lot like #2689 and the users in that issue reported, that the snapshots fixed it. |
Fixed for me on 2.28.0. I can type capitals in visual and normal mode |
I used 2.28 rc2 and the issue was not there. This release works too. Thanks. |
Setup
defaults?
to the issue you're seeing?
Using a vimrc file that does nothing but source a local copy of https://github.com/dmcbride/git-tools/blob/master/vim/.vimrc
Details
bash
Minimal, Complete, and Verifiable example
this will help us understand the issue.
Try to type a commit message involving capital letters, everything appears exactly as I type.
Try to type a commit message involving capital letters, but they don't show up. The lower case version of those letters doesn't show up either, literally nothing appears to happen.
URL to that repository to help us with testing?
I haven't noticed it be specific to a repository. This also did not happen with 2.26. I tried with and without pseudo console support enabled, no difference.
Note that editing any other file with vi from bash works fine, just not the COMMIT_EDITMSG (so far), and only when run from under git (if I edit the commit message from another git bash window, then it works fine, all the capital letters).
The text was updated successfully, but these errors were encountered: