1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-08-15 04:11:42 +02:00
Commit graph

10 commits

Author SHA1 Message Date
dana
3f7b81e24e 45531: _sh: Complete options more accurately
Committing without handling of +x option variants (line 10) pending resolution
of workers/45422
2020-03-13 09:37:37 -05:00
dana
b5b3dde0a0 42965: add full completion for bash and update shell list in _sh 2018-06-09 11:06:55 +02:00
Jun-ichi Takimoto
0cfa2dcfc4 36631: separate _zsh from _sh
Do all the completion for zsh by _arguments
2015-09-28 00:09:03 +09:00
Jun-ichi Takimoto
9b35a04f98 36556: complete two or more options for zsh 2015-09-21 21:38:41 +09:00
Peter Stephenson
1c942291f8 34435: Update emulate completion.
Add new feature to run command in emulation.

Factor out handling of quoted command string to new function.
2015-01-30 16:24:20 +00:00
Barton E. Schaefer
d5ba3ed245 31818: fix completion for zsh in _sh, and document the _arguments behavior 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.
2013-10-12 09:19:24 -07:00
Mikael Magnusson
2865dc2157 29334: complete with _arguments -- for zsh 2011-05-27 14:48:06 +00:00
Oliver Kiddle
29a3496ebb 18462: complete files in addition to commands 2003-04-23 12:00:57 +00:00
Peter Stephenson
e8f8c3abee handle zsh options in _sh 2001-08-28 20:35:53 +00:00
Sven Wischnowsky
cf3107f6b6 moved from Completion/User/_sh 2001-04-02 12:01:38 +00:00