You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2017/01/22 06:50:27 UTC

[jira] [Created] (KARAF-4953) Completion trim last character in the delegate buffer

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)