about summary refs log tree commit diff
path: root/Completion/Unix/Command/_sh
Commit message (Collapse)AuthorAgeFilesLines
* 45531: _sh: Complete options more accuratelydana2020-03-131-12/+34
| | | | | Committing without handling of +x option variants (line 10) pending resolution of workers/45422
* 42965: add full completion for bash and update shell list in _shdana2018-06-091-1/+1
|
* 36631: separate _zsh from _shJun-ichi Takimoto2015-09-281-16/+1
| | | | Do all the completion for zsh by _arguments
* 36556: complete two or more options for zshJun-ichi Takimoto2015-09-211-1/+1
|
* 34435: Update emulate completion.Peter Stephenson2015-01-301-2/+1
| | | | | | Add new feature to run command in emulation. Factor out handling of quoted command string to new function.
* 31818: fix completion for zsh in _sh, and document the _arguments behavior ↵Barton E. Schaefer2013-10-121-4/+7
| | | | | | | | that made the fix necessary To avoid side effects, reposition the _arguments call in _sh for the zsh special case. Document the side effects so avoided, and clean up the _arguments documentation a bit along the way.
* 29334: complete with _arguments -- for zshMikael Magnusson2011-05-271-1/+4
|
* 18462: complete files in addition to commandsOliver Kiddle2003-04-231-1/+3
|
* handle zsh options in _shPeter Stephenson2001-08-281-0/+9
|
* moved from Completion/User/_shSven Wischnowsky2001-04-021-0/+13