mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-20 07:50:25 +00:00
* rtfiles: Initialize all-/realFiles and Plugins in InitRuntimeFiles * command: Reload plugins at ReloadCmd too * command: Don't reload plugins in case of ReloadConfig() * rtfiles: Split InitRuntimeFiles() into one func for assets and one for plugins * rtfiles: Remove the unnecessary init function With this modification the InitRuntimeFiles() and InitPlugins() (if needed) must be called first, otherwise uninitialized runtime file variables are most likely. |
||
|---|---|---|
| .. | ||
| autosave.go | ||
| colorscheme.go | ||
| colorscheme_test.go | ||
| config.go | ||
| globals.go | ||
| plugin.go | ||
| plugin_installer.go | ||
| plugin_installer_test.go | ||
| plugin_manager.go | ||
| rtfiles.go | ||
| rtfiles_test.go | ||
| settings.go | ||