ReOpen reloads the file opened in the bufpane from disk
()
| 415 | |
| 416 | // ReOpen reloads the file opened in the bufpane from disk |
| 417 | func (h *BufPane) ReOpen() { |
| 418 | h.Buf.ReOpen() |
| 419 | h.Relocate() |
| 420 | } |
| 421 | |
| 422 | func (h *BufPane) getReloadSetting() string { |
| 423 | reloadSetting := h.Buf.Settings["reload"] |
no test coverage detected