This commit is contained in:
Zachary Yedidia
2019-01-14 16:52:25 -05:00
parent eb49052a48
commit 224cbe5093
8 changed files with 90 additions and 45 deletions

View File

@@ -967,6 +967,7 @@ func (h *BufHandler) ClearStatus() bool {
// ToggleHelp toggles the help screen
func (h *BufHandler) ToggleHelp() bool {
h.openHelp("help")
return true
}