ReloadCmd reloads all files (syntax files, colorschemes, plugins...)
(args []string)
| 331 | |
| 332 | // ReloadCmd reloads all files (syntax files, colorschemes, plugins...) |
| 333 | func (h *BufPane) ReloadCmd(args []string) { |
| 334 | reloadRuntime(true) |
| 335 | } |
| 336 | |
| 337 | // ReloadConfig reloads only the configuration |
| 338 | func ReloadConfig() { |
nothing calls this directly
no test coverage detected