summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-05-10unposted: Commit forgotten part of users/21256.Daniel Shahaf3-0/+39
2016-05-1038453: _apt: Complete ${package}/${release} for 'source' and 'build-dep', too.Daniel Shahaf2-3/+5
2016-05-1038452: _apt: Complete releases by codename ('jessie', 'sid', etc).Daniel Shahaf2-1/+6
2016-05-1038451: _apt: Complete 'apt-get download'.Daniel Shahaf2-2/+7
2016-05-1038458: mention the option -i of _multi_partsMarko Myllynen2-1/+6
2016-05-0938432: avoid nonstandard setenv() on __APPLE__Barton E. Schaefer2-1/+3
2016-05-0938445: subsequent tests rely on a file touched by the -N test, so it must ↵Jun T2-3/+10
always be touched (Bart) Minor tweak to SECONDS loop to make total of sleeps be 60 seconds
2016-05-09unposted: update documentary comments to remove references to ↵Barton E. Schaefer2-2/+7
self-insert-unmeta.
2016-05-0938420: _baudrates: Make style lookups fit better with the rest of compsysFrank Terbeck2-6/+9
To quote Oliver Kiddle: > The original concept with styles was that style's could have fairly > generic names because the context allows you to select the detailed > context. So perhaps consider allowing this to work as, for example: > zstyle ':completion:*:*:screen:*:baud-rates' max-value 9600
2016-05-0938425: _cu: Remove old -d option of _baudratesFrank Terbeck2-1/+4
2016-05-0938421: _baudrates: Fit better into the general completion frameworkFrank Terbeck2-11/+8
This should work better in concert with other helpers and builtins of the completion system by accepting arguments that would be handed to compadd.
2016-05-0938424: Use _baudrates helper instead of _baudrateFrank Terbeck6-5/+10
2016-05-0938426: _baudrates: Use 2 space indentationFrank Terbeck2-14/+17
As per the completion-style-guide.
2016-05-0938422: _baudrate -> _baudratesFrank Terbeck2-1/+6
Oliver notes that helper functions usually have plural names by convention.
2016-05-0638401: _deb_packages: New completion for source packages.Daniel Shahaf2-3/+23
2016-05-06unposted: Doc/Zsh/builtins.yo: Fix typoAxel Beckert2-1/+5
Found by Debian's lintian tool.
2016-05-0438402: Complete 'eatmydata'.Daniel Shahaf2-1/+4
2016-05-0438399: _bts: Complete debbugs bug numbers from `bts cache`.Daniel Shahaf4-18/+30
2016-05-0338393: _git: Fix typo in completion of '--minimal'Russell Currey2-1/+6
Signed-off-by: Russell Currey <ruscur@russell.cc>
2016-05-0238375 (tweaked per 38384): try harder to detect noatime filesystems.Barton E. Schaefer2-5/+22
2016-05-0238388: Refactor baud rate completionFrank Terbeck7-32/+96
This adds a new helper function _baudrate and uses it in place of private solutions in various existing completions.
2016-05-01unposted: _querybts: Fix positional arguments' description.Daniel Shahaf2-1/+4
2016-05-01unposted: _compadd: Fix typo.Daniel Shahaf2-1/+5
2016-05-01unposted: ChangeLog: Add missed entries.Daniel Shahaf1-0/+16
2016-05-01unposted: typo in redirect docPeter Stephenson2-1/+5
2016-05-0138381: Add completion for picocom utilityFrank Terbeck2-0/+85
2016-05-01_git: Complete fetchy refspecs correctly.Daniel Shahaf1-2/+13
2016-05-01_git: Bifurcate __git_ref_specs.Daniel Shahaf1-10/+24
No functional change, except for completion of 'git bundle' and 'git config branch.*.merge'; this is a required groundwork for future patches.
2016-05-01_git: Fix an apparent typo in __git_heads().Daniel Shahaf1-2/+2
I couldn't reproduce different behaviour with and without this patch, although the called command's output differs.
2016-05-01_git: Offer alternatives properly.Daniel Shahaf1-2/+1
2016-05-01_git-bundle: Complete required file argument to 'git bundle' correctly.Daniel Shahaf1-0/+1
2016-04-29unposted: silence spurious compiler warningBarton E. Schaefer2-1/+3
2016-04-2938358: "fgrep --" for noatime check in case a mount point is named "-"Barton E. Schaefer2-1/+6
2016-04-2938356: allow integers as curses coloursSebastian Gniazdowski3-4/+23
2016-04-2939354: zcurses fix for colour managementSebastian Gniazdowski2-4/+9
Alter internal return code so as not to mask curses error code.
2016-04-2638350 (cf. Glenn Smith: 38348): Remove-all warning should warn about the ↵Barton E. Schaefer2-2/+7
root directory as well
2016-04-2338316: _git-rebase: Complete any committish for the second argumentDaniel Shahaf2-1/+6
2016-04-2338291: Change names of ISEARCH_* parameters to ISEARCHMATCH_*m0viefreak3-22/+27
2016-04-23Mikael Berthe: 38307: PCRE segfault when parenthesized group matches nothingBarton E. Schaefer3-1/+15
unposted: regression test for 38307
2016-04-2238306: in printf formats, treat a missing precision as zero rather than as ↵Barton E. Schaefer2-1/+7
unlimited
2016-04-1538289: "builtin enable" in $_comp_setup to avoid accidentally invoking ↵Barton E. Schaefer2-4/+9
external command of the same name
2016-04-1438219: remove redundant left square bracketHan Pingtian2-1/+4
2016-04-1438287: fix position for the end of a visual selection range for the cursor ↵Oliver Kiddle2-1/+4
on an empty last line in the buffer
2016-04-1438286: cursor correction following yank-pop is only applicable to vi command ↵Oliver Kiddle2-1/+6
mode
2016-04-1437847: update du arguments up to GNU du 8.25Christian Neukirchen2-2/+6
2016-04-10m0viefreak: 38264: improve doc for 38145m0viefreak2-4/+9
2016-04-09For help listing, capture the fallback to compctl in case there is one definedBarton E. Schaefer2-1/+7
2016-04-0938255: _git: Fix argument pastedness.Daniel Shahaf2-43/+47
Found by searching for /-\w\>.*:/. This covers short options only, from the top of file through _git-tag().
2016-04-0738248: fix word position calculation when completing on or just before a ↵Barton E. Schaefer3-3/+28
redirection operator The completion result is still in need of some repair; e.g., if the first thing on the line is the redirection, completion before it is not taken to be in command position, and in this and other cases a necessary space is not inserted between the completed word and the redirection.
2016-04-0538229: fix cursor placement calculation when completing in empty double quotesBarton E. Schaefer2-1/+13