Description
GVIM recognizes and executes most common Ex commands1, but it doesn't appear to support the :help command.
Steps to Reproduce

- Open GVIM
- Type
:help
- Press
<Enter>
Expected Behavior

I expect GVIM to execute the :help command, and open the VIM main help file.
Actual Behavior

Logs
GVIM returns:
E433: No tags file
E149: Sorry, no help for help.txt
Press ENTER or type command to continue
Environment
- Platform and OS Version: macOS Sonoma 14.3
- Playbit Version: 0.7.1
Description
GVIM recognizes and executes most common Ex commands1, but it doesn't appear to support the
:helpcommand.Steps to Reproduce
:help<Enter>Expected Behavior
I expect GVIM to execute the
:helpcommand, and open the VIM main help file.Actual Behavior
Logs
GVIM returns:
Environment
Footnotes
I haven't exhaustively tested the entire set of Ex commands yet, so there may be other unsupported commands. ↩