We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07cf7dd commit 59f3219Copy full SHA for 59f3219
eval.go
@@ -1171,15 +1171,6 @@ func insert(app *app, arg string) {
1171
return
1172
}
1173
app.nav.unselect()
1174
- if gSingleMode {
1175
- app.nav.renew()
1176
- app.ui.loadFile(app, true)
1177
- } else {
1178
- if err := remote("send load"); err != nil {
1179
- app.ui.echoerrf("delete: %s", err)
1180
- return
1181
- }
1182
1183
app.ui.loadFile(app, true)
1184
app.ui.loadFileInfo(app.nav)
1185
0 commit comments