Skip to content

Commit 2ee80d7

Browse files
committed
Cleanup: don't render the commit length when typing in the description
Only the commit message has an effect on this value, the description doesn't.
1 parent a24189b commit 2ee80d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/gui/editors.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ func (gui *Gui) commitMessageEditor(v *gocui.View, key gocui.Key, ch rune, mod g
6868
func (gui *Gui) commitDescriptionEditor(v *gocui.View, key gocui.Key, ch rune, mod gocui.Modifier) bool {
6969
matched := gui.handleEditorKeypress(v.TextArea, key, ch, mod, true)
7070
v.RenderTextArea()
71-
gui.c.Contexts().CommitMessage.RenderCommitLength()
7271
return matched
7372
}
7473

0 commit comments

Comments
 (0)