Revert "Error clear (#192)"

This reverts commit 30d3078559.
This commit is contained in:
Gokcehan 2019-12-23 16:33:45 +03:00
parent e0747fa2f9
commit 3c5abbbc5d

View File

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