(option, value string)
| 687 | } |
| 688 | |
| 689 | func SetGlobalOptionPlug(option, value string) error { |
| 690 | return SetGlobalOption(option, value, false) |
| 691 | } |
| 692 | |
| 693 | // ResetCmd resets a setting to its default value |
| 694 | func (h *BufPane) ResetCmd(args []string) { |
nothing calls this directly
no test coverage detected