filename completion always outputs - when HYPHEN_IS_SPECIAL
Project: | JNode Shell |
Component: | Code |
Category: | bug report |
Priority: | normal |
Assigned: | Unassigned |
Status: | closed |
Jump to:
Description
When a FileArgument has the HYPHEN_IS_SPECIAL flag, it will always add - to the list of possible completions, regardless of what the partial is. This prevents using completion to finish a file name when the partial is unique enough to do so.
- Login to post comments
#1
Duh!!! I've committed a change that should fix this bug. Marking as 'fixed'.
#2
#4
Closed manually