diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2022-03-31 10:05:28 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2022-03-31 10:05:28 +0900 |
| commit | f8b713f425fea4dcbd33ecf611140f3157b4c541 (patch) | |
| tree | 455b50314d5a416be149e1163bfb754409529b80 /src | |
| parent | 5209e95bc7132004637aef61b1dfd9e1e489f8a2 (diff) | |
| download | fzf-f8b713f425fea4dcbd33ecf611140f3157b4c541.tar.gz | |
Remove redundant state update on reload
Related: 5209e95
Diffstat (limited to 'src')
| -rw-r--r-- | src/terminal.go | 1 |
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") |
