summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2022-03-31 10:05:28 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2022-03-31 10:05:28 +0900
commitf8b713f425fea4dcbd33ecf611140f3157b4c541 (patch)
tree455b50314d5a416be149e1163bfb754409529b80
parent5209e95bc7132004637aef61b1dfd9e1e489f8a2 (diff)
Remove redundant state update on reload
Related: 5209e95
-rw-r--r--src/terminal.go1
1 files changed, 0 insertions, 1 deletions
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")