normal-mode: unknown commands not reported when neovim is enabled.
Open
Nobody has claimed this yet.
kind/enhancement
- Dominant language
- TypeScript
- Stars
- 15.2k
- Forks
- 1.5k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 6
Description
When neovim is enabled, any unknown command typed with : unknown-command is not reported as Not an editor command.
To Reproduce
- Disable
neovim - Type any random invalid command
:update
You can see failure like below.

- Now, enable
neovimmode. - Type any random invalid command
: update
No failure is reported and comes back to-- NORMAL --prompt
Environment (please complete the following information):


thanks,
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the reported behavior in normal mode with neovim enabled and the invalid command :update, then trace the neovim command-handling path. Done means unknown commands report Not an editor command instead of returning silently to the -- NORMAL -- prompt.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100