Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Now gives an error.
Add test.
|
|
Done by catching a case that doesn't seem to be handled otherwise,
so there's some hope it doesn't screw up too much.
|
|
signal spelling
|
|
|
|
|
|
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
|