Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
_path_files so it is called once and not for each file pattern
|
|
|
|
To try this, see the instructions at the top of Util/zyodl.vim (in the comment).
* Util/zyodl.vim: New syntax highlighting file.
* Doc/Zsh/.vimrc: New file, hooks up zyodl.vim for automatic loading.
* Etc/zsh-development-guide: Namedrop zyodl.vim for discoverability.
|
|
|
|
beep when limit is reached
|
|
|