Age | Commit message (Collapse) | Author | Files | Lines |
|
Also clarify document.
|
|
Signed-off-by: Christian Hesse <mail@eworm.de>
|
|
This way, you can press = to start completing the values instead of
the space, backspace, tab dance
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also use variables set in the command line and environment.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Review-by: Oliver Kiddle
|
|
aliases and unwanted in any case
|
|
|
|
whitespace
|
|
This was causing a segmentation violation in completion when parsing
an incomplete math expression, e.g. 'echo $((3*4)<TAB>'.
|
|
This changes internal quoting of the form still including tokens
not to add unnecessary internal backslashes.
|
|
|
|
|
|
|
|
|
|
|
|
Bug reported and fix suggested by Mikael.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Leaving these hanging in parent could cause deadlock: test added.
|
|
|
|
|
|
backslash quoting
|
|
|
|
|
|
paste in cut buffers
|
|
|
|
|
|
|
|
Also move some more recent code so an old comment is connected to the
correct bit of older code
|
|
|
|
references to non-special params
|