Remove redundant state update on reload

Related: 5209e95
This commit is contained in:
Junegunn Choi 2022-03-31 10:05:28 +09:00
parent 5209e95bc7
commit f8b713f425
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

View File

@ -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")