Mojira Archive
MC-134878

Tab-completion in the middle of an argument doesn't remove rest of argument

Using tab completion in the middle of a command argument does not replace the following extra characters.

To reproduce:

1. Type /clear @e
2. Hit the left arrow key
3. Hit tab
4. Observe how the argument now reads "@ae", when it should be "@a".