loading file diff after refreshing files incase cursor is now at a different file

This commit is contained in:
Jesse Duffield
2018-06-02 09:06:02 +10:00
parent 7cdcef8c93
commit a0c8fc8899
+1
View File
@@ -155,6 +155,7 @@ func refreshFiles(g *gocui.Gui) error {
}
}
correctCursor(filesView)
handleFileSelect(g, filesView)
return nil
}