Opened 14 years ago
Last modified 12 years ago
#156 new defect
:help <command> <other stuff> should match :help <command> or emit an error
Reported by: | jgross@mit.edu | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui | Keywords: | straightforward |
Cc: | jgross@mit.edu |
Description
Currently <tt>:help <<em>command</em>> <<em>other stuff</em>></tt> matches <tt>:help</tt>. I think it should match <tt>:help <<em>command</em>></tt> (or, perhaps, emit an error message).
Change History (3)
comment:1 Changed 14 years ago by jgross@mit.edu
comment:2 Changed 14 years ago by jgross@mit.edu
- Cc jgross@mit.edu added
comment:3 Changed 12 years ago by jgross@mit.edu
- Keywords straightforward added
Note: See
TracTickets for help on using
tickets.
Oops. I accidentally used html. Description should read: Currently :help <command> <other stuff> matches :help. I think it should match `:help <command> (or, perhaps, emit an error message).