summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_sh
AgeCommit message (Collapse)AuthorFilesLines
2020-03-1345531: _sh: Complete options more accuratelydana1-12/+34
Committing without handling of +x option variants (line 10) pending resolution of workers/45422
2018-06-0942965: add full completion for bash and update shell list in _shdana1-1/+1
2015-09-2836631: separate _zsh from _shJun-ichi Takimoto1-16/+1
Do all the completion for zsh by _arguments
2015-09-2136556: complete two or more options for zshJun-ichi Takimoto1-1/+1
2015-01-3034435: Update emulate completion.Peter Stephenson1-2/+1
Add new feature to run command in emulation. Factor out handling of quoted command string to new function.
2013-10-1231818: fix completion for zsh in _sh, and document the _arguments behavior ↵Barton E. Schaefer1-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.
2011-05-2729334: complete with _arguments -- for zshMikael Magnusson1-1/+4
2003-04-2318462: complete files in addition to commandsOliver Kiddle1-1/+3
2001-08-28handle zsh options in _shPeter Stephenson1-0/+9
2001-04-02moved from Completion/User/_shSven Wischnowsky1-0/+13