We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a24189b commit 2ee80d7Copy full SHA for 2ee80d7
pkg/gui/editors.go
@@ -68,7 +68,6 @@ func (gui *Gui) commitMessageEditor(v *gocui.View, key gocui.Key, ch rune, mod g
68
func (gui *Gui) commitDescriptionEditor(v *gocui.View, key gocui.Key, ch rune, mod gocui.Modifier) bool {
69
matched := gui.handleEditorKeypress(v.TextArea, key, ch, mod, true)
70
v.RenderTextArea()
71
- gui.c.Contexts().CommitMessage.RenderCommitLength()
72
return matched
73
}
74
0 commit comments