From 97ae8afb6f83b545eac530a689d7b3d46e20eec1 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sat, 23 Oct 2021 01:06:15 +0900 Subject: Reload should update preview window Fix #2644 --- src/terminal.go | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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") -- cgit v1.2.3