LoadAll should reload plugins too

Fixes #1189
This commit is contained in:
Zachary Yedidia
2018-09-21 23:18:04 -04:00
parent 7339afcf73
commit 96284a1feb

View File

@@ -271,6 +271,7 @@ func LoadAll() {
InitBindings()
InitColorscheme()
LoadPlugins()
for _, tab := range tabs {
for _, v := range tab.Views {