Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 33563: Completion/Base/Core/_main_complete, Src/Zle/complist.c: fix thinko ↵ | Barton E. Schaefer | 2014-10-29 | 1 | -1/+1 |
| | | | | | | | | in status message for INT/QUIT signals; check errflag in output loops Two semi-related patches for keyboard interrupt handling in completion, most importantly so that unexpectedly long completion listings can be interrupted. | ||||
* | 33526: fix completion path prefix handling when NO_CASE_GLOB is in effect | Barton E. Schaefer | 2014-10-24 | 1 | -1/+8 |
| | |||||
* | 33485: fix a missing ;; case terminator | Mikael Magnusson | 2014-10-24 | 1 | -0/+1 |
| | |||||
* | 33486: new completion function | Oliver Kiddle | 2014-10-21 | 1 | -0/+71 |
| | |||||
* | 33485: fixes for zstyle context handling | Oliver Kiddle | 2014-10-21 | 22 | -145/+149 |
| | |||||
* | 33481: resolve completion clashes and tidy-up SUSE/Mandriva related functions | Oliver Kiddle | 2014-10-21 | 7 | -71/+32 |
| | |||||
* | see 33475: allow .cpp files to be completed as gcc input | Peter Stephenson | 2014-10-17 | 1 | -1/+1 |
| | |||||
* | 33455: update GNU global option completion | Syohei YOSHIDA | 2014-10-14 | 1 | -0/+16 |
| | |||||
* | 33467: correct return status on functions and numerous other minor fixes | Oliver Kiddle | 2014-10-14 | 44 | -686/+543 |
| | |||||
* | 33438: use the new way of splitting strings with a dynamic separator | Oliver Kiddle | 2014-10-13 | 1 | -11/+11 |
| | | | | from 33423 and quote separators where needed | ||||
* | 33424: use common function for completing Debian architectures | Oliver Kiddle | 2014-10-11 | 10 | -86/+95 |
| | |||||
* | 33420: complete -R/-m options and fix feature completion | Oliver Kiddle | 2014-10-10 | 1 | -18/+24 |
| | |||||
* | 33375: new sv completion | fREW Schmidt | 2014-10-10 | 1 | -0/+73 |
| | |||||
* | 33396: new xxd completion | Daniel Shahaf | 2014-10-10 | 1 | -0/+45 |
| | |||||
* | 33397: new xautolock completion | Yuri D'Elia | 2014-10-10 | 1 | -0/+25 |
| | |||||
* | 33403: be conservative about redirecting _call_program stderr, the caller ↵ | Barton E. Schaefer | 2014-10-09 | 1 | -2/+2 |
| | | | | may have already done so | ||||
* | 33323: fix bug in removing math functions and complete -M option to functions | Oliver Kiddle | 2014-10-02 | 1 | -4/+11 |
| | |||||
* | 33320 (cf. PWS 33311): revert 33069, fix lexing of bangchar during completion | Barton E. Schaefer | 2014-10-02 | 1 | -2/+0 |
| | | | | add typtab_flags bits (replaces specialcomma boolean) to record any unusual handling of typtab entries; signal safety; make bangchar non-special during completion lexing of the command line. | ||||
* | 33315: fix pattern to match freebsd10 and later | Oliver Kiddle | 2014-10-02 | 1 | -3/+6 |
| | |||||
* | 33284: Completion/Unix/Command/_*magick: Add JPEG 2000 file extensions | Axel Beckert | 2014-10-02 | 2 | -2/+2 |
| | |||||
* | 33252: complete more notmuch subcommands | Wieland Hoffmann | 2014-09-26 | 1 | -0/+3 |
| | |||||
* | 33238: correct return values | Oliver Kiddle | 2014-09-25 | 1 | -234/+191 |
| | |||||
* | 33224: complete directory as second btrfs argument | Eric Cook | 2014-09-24 | 1 | -1/+2 |
| | |||||
* | 33223: discard stderr except when _complete_debug is in progress. | Barton E. Schaefer | 2014-09-23 | 1 | -2/+15 |
| | |||||
* | 33180: _git: add missing --3way option | Øystein Walle | 2014-09-23 | 1 | -0/+1 |
| | |||||
* | 33177: _git: fix typo in git-apply | Øystein Walle | 2014-09-23 | 1 | -1/+1 |
| | |||||
* | 33178: _git: updates for Git 2.1.0 | Øystein Walle | 2014-09-23 | 1 | -5/+21 |
| | | | | This incorporates changes mentioned in the release notes since 2.0.0. | ||||
* | 33176: _git: Add missing --list to git-tag | Øystein Walle | 2014-09-23 | 1 | -1/+1 |
| | |||||
* | 33179: _git: updates for Git 2.0.0 | Øystein Walle | 2014-09-23 | 1 | -3/+24 |
| | | | | This incorporates changes mentioned in the release notes since 1.9.0. | ||||
* | 33221 (including 33173 from Anthony Heading): _perforce tweak. | Peter Stephenson | 2014-09-23 | 1 | -5/+10 |
| | | | | | Complete directories when handling unmaintained files for add. Rationalise code and comments around this. | ||||
* | unposted: add dvipdf to _dvi command list | Peter Stephenson | 2014-09-23 | 1 | -1/+1 |
| | |||||
* | 33218: complete m4a files for mplayer | Richard Hartmann | 2014-09-23 | 1 | -1/+1 |
| | |||||
* | 33198: new augeas completion | Oliver Kiddle | 2014-09-22 | 1 | -0/+58 |
| | |||||
* | users/19113: reorganised cryptsetup completion function | Oliver Kiddle | 2014-09-22 | 1 | -98/+77 |
| | |||||
* | 33205: keep array of completions and array of display strings in sync when ↵ | Barton E. Schaefer | 2014-09-19 | 1 | -1/+1 |
| | | | | filtering for matches | ||||
* | 33137: _path_files: complete # to introduce a glob flag | Mikael Magnusson | 2014-09-16 | 1 | -7/+15 |
| | |||||
* | 33150: completion git: fix send-email --confirm values | Marc Finet | 2014-09-14 | 1 | -1/+1 |
| | |||||
* | 33151: completion git: support aliases when \n exist | Marc Finet | 2014-09-14 | 1 | -3/+7 |
| | | | | | The git completion for aliases (i.e. completing with aliased verb) was broken whem some \n exist in aliases. | ||||
* | 33132: use ip on Linux to get interface names | Eric Cook | 2014-09-09 | 1 | -9/+18 |
| | |||||
* | 33061: More useful setopt / unsetopt completion | Mikael Magnusson | 2014-09-06 | 2 | -18/+14 |
| | |||||
* | 33108: stgit --patch completion | Alexandre Rames | 2014-09-04 | 1 | -0/+11 |
| | |||||
* | 33088: indentation in $PS4 | Barton E. Schaefer | 2014-09-03 | 1 | -0/+2 |
| | |||||
* | 33081: suppress unnecessary error message | Mark Oteiza | 2014-09-01 | 1 | -2/+2 |
| | |||||
* | 33069: remove internal quoting before lookup when expanding aliases in an ↵ | Barton E. Schaefer | 2014-08-30 | 1 | -0/+2 |
| | | | | unquoted word | ||||
* | un-transpose help text for git merge -{-no,}-verify | Barton E. Schaefer | 2014-08-24 | 1 | -2/+2 |
| | |||||
* | 33047: use git to simplify massively source distribution file selection | Peter Stephenson | 2014-08-23 | 38 | -700/+0 |
| | |||||
* | 33046: new completion for "chsh" | Barton E. Schaefer | 2014-08-23 | 3 | -1/+42 |
| | |||||
* | Update .distfiles for _docker | Barton E. Schaefer | 2014-08-20 | 1 | -0/+1 |
| | |||||
* | 33032: new completion for docker | Lokesh Mandvekar | 2014-08-20 | 1 | -0/+410 |
| | |||||
* | 32998: completion function updates | Oliver Kiddle | 2014-08-14 | 5 | -37/+132 |
| |