diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2021-10-23 01:06:15 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2021-10-23 01:06:15 +0900 |
| commit | 97ae8afb6f83b545eac530a689d7b3d46e20eec1 (patch) | |
| tree | cacb293a60391943371898b6e2d1e7dcde97ffb4 /src | |
| parent | 4138333f5cfb6e21b0f8d63a43add4c70c25cdaf (diff) | |
| download | fzf-97ae8afb6f83b545eac530a689d7b3d46e20eec1.tar.gz | |
Reload should update preview window
Fix #2644
Diffstat (limited to 'src')
| -rw-r--r-- | src/terminal.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/terminal.go b/src/terminal.go index 8a8e1658..07fa986a 100644 --- a/src/terminal.go +++ b/src/terminal.go @@ -2673,6 +2673,7 @@ 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") |
