evaluate search while reading
This commit is contained in:
parent
bd8f215c55
commit
d19809e8b6
4
app.go
4
app.go
@ -120,6 +120,8 @@ func (app *App) readExpr() chan MultiExpr {
|
||||
"read-shell",
|
||||
"read-shell-wait",
|
||||
"read-shell-async",
|
||||
"search",
|
||||
"search-back",
|
||||
"push":
|
||||
expr.eval(app, nil)
|
||||
app.ui.loadFile(app.nav)
|
||||
@ -156,6 +158,8 @@ func (app *App) readExpr() chan MultiExpr {
|
||||
"read-shell",
|
||||
"read-shell-wait",
|
||||
"read-shell-async",
|
||||
"search",
|
||||
"search-back",
|
||||
"push":
|
||||
expr.eval(app, nil)
|
||||
app.ui.loadFile(app.nav)
|
||||
|
Loading…
Reference in New Issue
Block a user