From f8b713f425fea4dcbd33ecf611140f3157b4c541 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 31 Mar 2022 10:05:28 +0900 Subject: [PATCH] Remove redundant state update on reload Related: 5209e95 --- src/terminal.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/terminal.go b/src/terminal.go index 44dea494..7800714b 100644 --- a/src/terminal.go +++ b/src/terminal.go @@ -2728,7 +2728,6 @@ func (t *Terminal) Loop() { command := t.replacePlaceholder(a.a, false, string(t.input), list) newCommand = &command t.reading = true - t.version++ } case actUnbind: keys := parseKeyChords(a.a, "PANIC")