Jean-Baptiste Onofré created KARAF-4953:
-------------------------------------------
Summary: Completion trim last character in the delegate buffer
Key: KARAF-4953
URL: https://issues.apache.org/jira/browse/KARAF-4953
Project: Karaf
Issue Type: Bug
Components: karaf-shell
Affects Versions: 4.1.0
Reporter: Jean-Baptiste Onofré
Assignee: Guillaume Nodet
Fix For: 4.1.0
When using tab key for the completion, even if the proposed completion are
good, the last character in the command is trimmed.
For instance:
{code}
karaf@root()> feature:install transaction<TAB>
{code}
the cursor is on 'n' and when completing:
{code}
karaf@root()> feature:install transactio-api
{code}
instead of {{transaction-api}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)