Render preview window when the initial query fails to match

Only if preview template contains {q}

Fix #1452
Related #1307
This commit is contained in:
Junegunn Choi
2018-12-05 18:45:55 +09:00
parent d4ed955aee
commit 61feee690c
2 changed files with 7 additions and 1 deletions

View File

@@ -1533,7 +1533,7 @@ func (t *Terminal) Loop() {
go func() {
var focused *Item
var version int64
var version int64 = -1
for {
t.reqBox.Wait(func(events *util.Events) {
defer events.Clear()