Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
Leaving these hanging in parent could cause deadlock: test added.
|
|
|
|
|
|
paste in cut buffers
|
|
|
|
|
|
references to non-special params
|
|
|
|
|
|
beep when limit is reached
|
|
|
|
|
|
|
|
|
|
array parameter value
|
|
|
|
|
|
|
|
Also add test.
|
|
|
|
|
|
|
|
Use input flag to suppress the unwanted backtracking.
Add test for the extra case covered.
|
|
|
|
|
|
|
|
menu selection
|
|
would not be displayed without scrolling
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Typeset assignments now work like raw assignments except
for no "+=" and no GLOB_ASSIGN.
Documented in typeset builtin doc and mentioned in release notes.
Tests to ensure basic sanity.
Enabled by default, can be turned off by "disable -r" with typeset
family of commands.
|
|
|
|
|