Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ed: split edHelp() into edSetHelp() (#926)
* Previously edSetHelp() was a wrapper for edHelp(), but the code is clearer if H (toggle help) and h (show help) are defined in separate functions (the indirect call via wrapper function didn't provide any benefit) * While here, toggle $HelpMode with ! instead of ^ because it's a bit more obvious
- Loading branch information