Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 38593: _describe: Make documentation more greppable. | Daniel Shahaf | 2016-06-04 | 2 | -5/+10 |
| | | | | | | Make the running text refer to the parameters using their names given in the signature. This enables the reader to search for the name given in the signature. | ||||
* | 38599: skip the "no such named directory" warning when NO_EXEC is in effect | Barton E. Schaefer | 2016-06-04 | 2 | -1/+6 |
| | |||||
* | users/21609: do not treat tilde-expansions as quoted when inside command ↵ | Barton E. Schaefer | 2016-06-03 | 2 | -1/+6 |
| | | | | substitutions | ||||
* | 38587: Fix iconvconfig completion --output handling | Marko Myllynen | 2016-06-03 | 2 | -1/+6 |
| | |||||
* | unposted: internal: Document modify(). | Daniel Shahaf | 2016-06-03 | 2 | -0/+17 |
| | |||||
* | 38586: Metafication problem with $functions | Peter Stephenson | 2016-06-03 | 3 | -5/+15 |
| | | | | | | | | If treated as a complete associative array or scanned (retrieving individual values was not affected), it incorrectly unmetafied the value so multibyte characters got confused. Add test. | ||||
* | 38577: _signals: Don't complete SIGEXIT from _kill. | Daniel Shahaf | 2016-06-03 | 2 | -5/+11 |
| | |||||
* | 38576: _git: Also detect _git-${thirdparty} functions in $fpath that are ↵ | Daniel Shahaf | 2016-06-03 | 2 | -1/+6 |
| | | | | symlinks. | ||||
* | unposted: ChangeLog: fix formatting | Daniel Shahaf | 2016-06-03 | 1 | -0/+1 |
| | |||||
* | 38567, 38440: Marko Myllynen: completion for locale(1) and iconvconfig(8) | Marko Myllynen | 2016-06-02 | 3 | -0/+104 |
| | |||||
* | 38540: fix undo problem by not moving the current change when only undoing a ↵ | Oliver Kiddle | 2016-06-02 | 2 | -3/+13 |
| | | | | history line change | ||||
* | 21603: Make read_poll more interruptible. | Peter Stephenson | 2016-06-02 | 2 | -1/+6 |
| | | | | | If we interrupted the first read we still did the fallback read. This is wrong. | ||||
* | 38515: _subsript twwaks | Matthew Martin | 2016-05-22 | 2 | -3/+5 |
| | | | | Need -- after print; also optimise array add | ||||
* | 38514: remove unnecessary ls in completion | Matthew Martin | 2016-05-22 | 2 | -2/+6 |
| | |||||
* | 38513: cast time to long long for printing where possible | Matthew Martin | 2016-05-22 | 2 | -1/+9 |
| | |||||
* | 38482: complete available packages for apt list. | Clint Adams | 2016-05-12 | 2 | -1/+6 |
| | |||||
* | 38468: wb,we values in gotword() needed assignment in additional case to ↵ | Barton E. Schaefer | 2016-05-10 | 2 | -3/+10 |
| | | | | | | | | avoid core dump Bug introduced by 38248. Also fix ChangeLog entry for 38248 to correctly reference Src/lex.c | ||||
* | 38463: use immortal widgets in .safe keymap | Barton E. Schaefer | 2016-05-10 | 2 | -8/+12 |
| | |||||
* | unposted: Commit forgotten part of users/21256. | Daniel Shahaf | 2016-05-10 | 3 | -0/+39 |
| | |||||
* | 38453: _apt: Complete ${package}/${release} for 'source' and 'build-dep', too. | Daniel Shahaf | 2016-05-10 | 2 | -3/+5 |
| | |||||
* | 38452: _apt: Complete releases by codename ('jessie', 'sid', etc). | Daniel Shahaf | 2016-05-10 | 2 | -1/+6 |
| | |||||
* | 38451: _apt: Complete 'apt-get download'. | Daniel Shahaf | 2016-05-10 | 2 | -2/+7 |
| | |||||
* | 38458: mention the option -i of _multi_parts | Marko Myllynen | 2016-05-10 | 2 | -1/+6 |
| | |||||
* | 38432: avoid nonstandard setenv() on __APPLE__ | Barton E. Schaefer | 2016-05-09 | 2 | -1/+3 |
| | |||||
* | 38445: subsequent tests rely on a file touched by the -N test, so it must ↵ | Jun T | 2016-05-09 | 2 | -3/+10 |
| | | | | | | always be touched (Bart) Minor tweak to SECONDS loop to make total of sleeps be 60 seconds | ||||
* | unposted: update documentary comments to remove references to ↵ | Barton E. Schaefer | 2016-05-09 | 2 | -2/+7 |
| | | | | self-insert-unmeta. | ||||
* | 38420: _baudrates: Make style lookups fit better with the rest of compsys | Frank Terbeck | 2016-05-09 | 2 | -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 | ||||
* | 38425: _cu: Remove old -d option of _baudrates | Frank Terbeck | 2016-05-09 | 2 | -1/+4 |
| | |||||
* | 38421: _baudrates: Fit better into the general completion framework | Frank Terbeck | 2016-05-09 | 2 | -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. | ||||
* | 38424: Use _baudrates helper instead of _baudrate | Frank Terbeck | 2016-05-09 | 6 | -5/+10 |
| | |||||
* | 38426: _baudrates: Use 2 space indentation | Frank Terbeck | 2016-05-09 | 2 | -14/+17 |
| | | | | As per the completion-style-guide. | ||||
* | 38422: _baudrate -> _baudrates | Frank Terbeck | 2016-05-09 | 2 | -1/+6 |
| | | | | | Oliver notes that helper functions usually have plural names by convention. | ||||
* | 38401: _deb_packages: New completion for source packages. | Daniel Shahaf | 2016-05-06 | 2 | -3/+23 |
| | |||||
* | unposted: Doc/Zsh/builtins.yo: Fix typo | Axel Beckert | 2016-05-06 | 2 | -1/+5 |
| | | | | Found by Debian's lintian tool. | ||||
* | 38402: Complete 'eatmydata'. | Daniel Shahaf | 2016-05-04 | 2 | -1/+4 |
| | |||||
* | 38399: _bts: Complete debbugs bug numbers from `bts cache`. | Daniel Shahaf | 2016-05-04 | 4 | -18/+30 |
| | |||||
* | 38393: _git: Fix typo in completion of '--minimal' | Russell Currey | 2016-05-03 | 2 | -1/+6 |
| | | | | Signed-off-by: Russell Currey <ruscur@russell.cc> | ||||
* | 38375 (tweaked per 38384): try harder to detect noatime filesystems. | Barton E. Schaefer | 2016-05-02 | 2 | -5/+22 |
| | |||||
* | 38388: Refactor baud rate completion | Frank Terbeck | 2016-05-02 | 7 | -32/+96 |
| | | | | | This adds a new helper function _baudrate and uses it in place of private solutions in various existing completions. | ||||
* | unposted: _querybts: Fix positional arguments' description. | Daniel Shahaf | 2016-05-01 | 2 | -1/+4 |
| | |||||
* | unposted: _compadd: Fix typo. | Daniel Shahaf | 2016-05-01 | 2 | -1/+5 |
| | |||||
* | unposted: ChangeLog: Add missed entries. | Daniel Shahaf | 2016-05-01 | 1 | -0/+16 |
| | |||||
* | unposted: typo in redirect doc | Peter Stephenson | 2016-05-01 | 2 | -1/+5 |
| | |||||
* | 38381: Add completion for picocom utility | Frank Terbeck | 2016-05-01 | 2 | -0/+85 |
| | |||||
* | _git: Complete fetchy refspecs correctly. | Daniel Shahaf | 2016-05-01 | 1 | -2/+13 |
| | |||||
* | _git: Bifurcate __git_ref_specs. | Daniel Shahaf | 2016-05-01 | 1 | -10/+24 |
| | | | | | No functional change, except for completion of 'git bundle' and 'git config branch.*.merge'; this is a required groundwork for future patches. | ||||
* | _git: Fix an apparent typo in __git_heads(). | Daniel Shahaf | 2016-05-01 | 1 | -2/+2 |
| | | | | | I couldn't reproduce different behaviour with and without this patch, although the called command's output differs. | ||||
* | _git: Offer alternatives properly. | Daniel Shahaf | 2016-05-01 | 1 | -2/+1 |
| | |||||
* | _git-bundle: Complete required file argument to 'git bundle' correctly. | Daniel Shahaf | 2016-05-01 | 1 | -0/+1 |
| | |||||
* | unposted: silence spurious compiler warning | Barton E. Schaefer | 2016-04-29 | 2 | -1/+3 |
| |