git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Capital letters do not work when using vi as git editor
@ 2020-06-25 10:21 Daniel Dyk
  2020-06-25 13:39 ` Philip Oakley
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Dyk @ 2020-06-25 10:21 UTC (permalink / raw)
  To: git


Hi git-devs,


I installed git 2.27.0 on a fresh Windows 10 system, there where no old installations of mingw or git. Unfortunatly I have encountered a bug with vim when doing 'git rebase -i' or 'git commit':

I am not able to type capital letters, so commands for selecting rows (<Shift>V), pasting above (<Shift>P) etc are not working. I am also not able to type 'ABCDE' in insertion mode. Small letters and capital umlauts (ÄÖÜ) work. If I open the vi without git, I can type the capital letters. If I use nano as editor, I can type capital letters as well. 

Downgrading to git 2.24.1.2 solved the problem for now (I double checked and reinstalled 2.27.0 again => same issue).


Regards

Daniel Dyk


___________________________________________________________________


Daniel Dyk
Software Developer


IfTA Ingenieurbuero fuer Thermoakustik GmbH
Junkersstrasse 8
D-82178 Puchheim 
Germany 



Tel. +49-89-8392719-42
Fax +49-89-8392719-11
http://www.ifta.com


Geschaeftsfuehrer: Dr.-Ing. Jakob Hermann
Handelsregister: Amtsgericht Muenchen HRB 114 602 
Umsatzsteuer-ID: DE 812 240 350



IfTA's Datenschutzerklärung finden Sie hier: https://www.ifta.com/de/unternehmen/datenschutzerklärung
For IfTA's privacy policy please go to: https://www.ifta.com/en/company/privacy-policy 
___________________________________________________________________





Mit freundlichen Grüßen


Daniel Dyk


___________________________________________________________________


Daniel Dyk
Software Entwickler


IfTA Ingenieurbuero fuer Thermoakustik GmbH
Junkersstrasse 8
D-82178 Puchheim 
Germany 



Tel. +49-89-8392719-42
Fax +49-89-8392719-11
http://www.ifta.com


Geschaeftsfuehrer: Dr.-Ing. Jakob Hermann
Handelsregister: Amtsgericht Muenchen HRB 114 602 
Umsatzsteuer-ID: DE 812 240 350



IfTA's Datenschutzerklärung finden Sie hier: https://www.ifta.com/de/unternehmen/datenschutzerklärung
For IfTA's privacy policy please go to: https://www.ifta.com/en/company/privacy-policy 
______________________________________________________________________________________________________



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Capital letters do not work when using vi as git editor
  2020-06-25 10:21 Capital letters do not work when using vi as git editor Daniel Dyk
@ 2020-06-25 13:39 ` Philip Oakley
  2020-06-25 13:46   ` Re-2: " Daniel Dyk
  0 siblings, 1 reply; 3+ messages in thread
From: Philip Oakley @ 2020-06-25 13:39 UTC (permalink / raw)
  To: Daniel Dyk, git

On 25/06/2020 11:21, Daniel Dyk wrote:
> Hi git-devs,
>
>
> I installed git 2.27.0 on a fresh Windows 10 system, there where no old installations of mingw or git. Unfortunatly I have encountered a bug with vim when doing 'git rebase -i' or 'git commit':
>
> I am not able to type capital letters, so commands for selecting rows (<Shift>V), pasting above (<Shift>P) etc are not working. I am also not able to type 'ABCDE' in insertion mode. Small letters and capital umlauts (ÄÖÜ) work. If I open the vi without git, I can type the capital letters. If I use nano as editor, I can type capital letters as well. 
>
> Downgrading to git 2.24.1.2 solved the problem for now (I double checked and reinstalled 2.27.0 again => same issue).
>
If I remember correctly this occurred because of changes to the terminal
support used. It's been reported on the Git-for-Windows Issues [1] list
and a fresh snapshot [2] created that resolves the problem .

Philip

[1] https://github.com/git-for-windows/git/issues/2689
[2] https://wingit.blob.core.windows.net/files/index.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re-2: Capital letters do not work when using vi as git editor
  2020-06-25 13:39 ` Philip Oakley
@ 2020-06-25 13:46   ` Daniel Dyk
  0 siblings, 0 replies; 3+ messages in thread
From: Daniel Dyk @ 2020-06-25 13:46 UTC (permalink / raw)
  To: Philip Oakley, git


Installing the latest snapshot resolved it, thanks. 

Daniel

-------- Original Message --------
Betreff: Re: Capital letters do not work when using vi as git editor (25. Juni 2020, 15:39)
Von:     Philip Oakley <philipoakley@iee.email>
An:      Daniel Dyk <Daniel.Dyk@ifta.com>
         git@vger.kernel.org <git@vger.kernel.org>

> On 25/06/2020 11:21, Daniel Dyk wrote:
> > Hi git-devs,
> >
> >
> > I installed git 2.27.0 on a fresh Windows 10 system, there where no old 
> > installations of mingw or git. Unfortunatly I have encountered a bug with 
> > vim when doing 'git rebase -i' or 'git commit':
> >
> > I am not able to type capital letters, so commands for selecting rows (<
> > Shift>V), pasting above (<Shift>P) etc are not working. I am also not able 
> > to type 'ABCDE' in insertion mode. Small letters and capital umlauts (ÄÖÜ) 
> > work. If I open the vi without git, I can type the capital letters. If I 
> > use nano as editor, I can type capital letters as well. 
> >
> > Downgrading to git 2.24.1.2 solved the problem for now (I double checked 
> > and reinstalled 2.27.0 again => same issue).
> >
> If I remember correctly this occurred because of changes to the terminal
> support used. It's been reported on the Git-for-Windows Issues [1] list
> and a fresh snapshot [2] created that resolves the problem .
> 
> Philip
> 
> [1] https://github.com/git-for-windows/git/issues/2689
> [2] https://wingit.blob.core.windows.net/files/index.html


To: philipoakley@iee.email
    git@vger.kernel.org

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-06-25 13:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-25 10:21 Capital letters do not work when using vi as git editor Daniel Dyk
2020-06-25 13:39 ` Philip Oakley
2020-06-25 13:46   ` Re-2: " Daniel Dyk

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).