mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-05 14:40:20 +09:00
action/command: Add optional flag -hsplit & -vsplit to help
This commit is contained in:
@@ -1723,7 +1723,7 @@ func (h *BufPane) ToggleHelp() bool {
|
||||
if h.Buf.Type == buffer.BTHelp {
|
||||
h.Quit()
|
||||
} else {
|
||||
h.openHelp("help")
|
||||
h.openHelp("help", true, false)
|
||||
}
|
||||
return true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user