Error clear (#192)

* reset ui msg string

* loadfileinfo after prompts too

* removed legacy from previous pr...
This commit is contained in:
Juris Arturs Majors 2019-06-30 17:53:45 +02:00 committed by gokcehan
parent db224f04fe
commit 30d3078559

View File

@ -527,6 +527,7 @@ func insert(app *app, arg string) {
default: default:
app.ui.cmdAccLeft = append(app.ui.cmdAccLeft, []rune(arg)...) app.ui.cmdAccLeft = append(app.ui.cmdAccLeft, []rune(arg)...)
} }
app.ui.loadFileInfo(app.nav)
} }
func (e *callExpr) eval(app *app, args []string) { func (e *callExpr) eval(app *app, args []string) {