1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 10:01:11 +02:00
Commit graph

9416 commits

Author SHA1 Message Date
Daniel Shahaf
e8943e7007 38609: vcs_info quilt: Factor out a helper function. No functional change. 2016-06-06 08:10:11 +00:00
Barton E. Schaefer
8cca444824 38622: consistent handling of "--" in "kill" builtin 2016-06-05 17:37:08 -07:00
Eric Cook
cabacfff3b 38547: Completion/compdump: only autoload functions when they exist in fpath 2016-06-05 12:05:34 -04:00
Barton E. Schaefer
3a6a6fda8a unposted (cf. 38612): remove overeager DPUTS() 2016-06-04 22:21:29 -07:00
Daniel Shahaf
ac3173be90 38593: _describe: Make documentation more greppable.
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.
2016-06-04 16:58:19 +00:00
Barton E. Schaefer
984c18048b 38599: skip the "no such named directory" warning when NO_EXEC is in effect 2016-06-04 09:51:23 -07:00
Barton E. Schaefer
9c7f298447 users/21609: do not treat tilde-expansions as quoted when inside command substitutions 2016-06-03 15:57:41 -07:00
Marko Myllynen
c5c471bc74 38587: Fix iconvconfig completion --output handling 2016-06-03 20:39:43 +00:00
Daniel Shahaf
9e7cefcc95 unposted: internal: Document modify(). 2016-06-03 20:39:25 +00:00
Peter Stephenson
dcffad8326 38586: Metafication problem with $functions
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.
2016-06-03 10:28:52 +01:00
Daniel Shahaf
f84a5da8c2 38577: _signals: Don't complete SIGEXIT from _kill. 2016-06-03 02:21:58 +00:00
Daniel Shahaf
713eaa055d 38576: _git: Also detect _git-${thirdparty} functions in $fpath that are symlinks. 2016-06-03 02:21:54 +00:00
Daniel Shahaf
c9825f6440 unposted: ChangeLog: fix formatting 2016-06-03 02:21:45 +00:00
Marko Myllynen
023e7e463f 38567, 38440: Marko Myllynen: completion for locale(1) and iconvconfig(8) 2016-06-02 22:03:23 -04:00
Oliver Kiddle
3fdf1f16e3 38540: fix undo problem by not moving the current change when only undoing a history line change 2016-06-02 12:48:10 +02:00
Peter Stephenson
8cf68f05ab 21603: Make read_poll more interruptible.
If we interrupted the first read we still did the fallback read.
This is wrong.
2016-06-02 11:01:39 +01:00
Matthew Martin
770500d69d 38515: _subsript twwaks
Need -- after print; also optimise array add
2016-05-22 19:04:42 +01:00
Matthew Martin
7700170d6d 38514: remove unnecessary ls in completion 2016-05-22 19:02:18 +01:00
Matthew Martin
ef7ef1f656 38513: cast time to long long for printing where possible 2016-05-22 19:00:03 +01:00
Clint Adams
469a8d8aa3 38482: complete available packages for apt list. 2016-05-12 21:08:42 -04:00
Barton E. Schaefer
c712e7511a 38468: wb,we values in gotword() needed assignment in additional case to avoid core dump
Bug introduced by 38248.

Also fix ChangeLog entry for 38248 to correctly reference Src/lex.c
2016-05-10 23:17:19 -07:00
Barton E. Schaefer
597fa5ee5d 38463: use immortal widgets in .safe keymap 2016-05-10 13:21:43 -07:00
Daniel Shahaf
29e88b3ea3 unposted: Commit forgotten part of users/21256. 2016-05-10 18:39:18 +00:00
Daniel Shahaf
f09c00bca5 38453: _apt: Complete ${package}/${release} for 'source' and 'build-dep', too. 2016-05-10 18:38:42 +00:00
Daniel Shahaf
1a8fb1cbb3 38452: _apt: Complete releases by codename ('jessie', 'sid', etc). 2016-05-10 18:38:40 +00:00
Daniel Shahaf
d41a866047 38451: _apt: Complete 'apt-get download'. 2016-05-10 18:38:17 +00:00
Marko Myllynen
21d4b4cc0e 38458: mention the option -i of _multi_parts 2016-05-10 19:19:01 +09:00
Barton E. Schaefer
9dffe404a4 38432: avoid nonstandard setenv() on __APPLE__ 2016-05-09 20:32:01 -07:00
Jun T
724021779b 38445: subsequent tests rely on a file touched by the -N test, so it must always be touched
(Bart) Minor tweak to SECONDS loop to make total of sleeps be 60 seconds
2016-05-09 20:27:57 -07:00
Barton E. Schaefer
c5c2fa4fb5 unposted: update documentary comments to remove references to self-insert-unmeta. 2016-05-09 08:27:52 -07:00
Frank Terbeck
05e37bd994 38420: _baudrates: Make style lookups fit better with the rest of compsys
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-09 03:40:31 +02:00
Frank Terbeck
58d8e46272 38425: _cu: Remove old -d option of _baudrates 2016-05-09 03:40:31 +02:00
Frank Terbeck
6f3fbcc67a 38421: _baudrates: Fit better into the general completion framework
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-09 03:40:31 +02:00
Frank Terbeck
795b285ce8 38424: Use _baudrates helper instead of _baudrate 2016-05-09 03:40:31 +02:00
Frank Terbeck
32b5cd9445 38426: _baudrates: Use 2 space indentation
As per the completion-style-guide.
2016-05-09 03:40:31 +02:00
Frank Terbeck
afff99dbb5 38422: _baudrate -> _baudrates
Oliver notes that helper functions usually have plural names by
convention.
2016-05-09 03:40:31 +02:00
Daniel Shahaf
98f670cf43 38401: _deb_packages: New completion for source packages. 2016-05-06 22:30:50 +00:00
Axel Beckert
1bf2ba4f19 unposted: Doc/Zsh/builtins.yo: Fix typo
Found by Debian's lintian tool.
2016-05-06 21:32:11 +02:00
Daniel Shahaf
cbcae36141 38402: Complete 'eatmydata'. 2016-05-04 21:05:35 +00:00
Daniel Shahaf
a6ab968224 38399: _bts: Complete debbugs bug numbers from bts cache. 2016-05-04 20:50:34 +00:00
Russell Currey
058d957ce5 38393: _git: Fix typo in completion of '--minimal'
Signed-off-by: Russell Currey <ruscur@russell.cc>
2016-05-03 11:26:54 +00:00
Barton E. Schaefer
4712b8f4d5 38375 (tweaked per 38384): try harder to detect noatime filesystems. 2016-05-02 17:31:18 -07:00
Frank Terbeck
493c7e0879 38388: Refactor baud rate completion
This adds a new helper function _baudrate and uses it in place of
private solutions in various existing completions.
2016-05-02 00:11:06 +02:00
Daniel Shahaf
bb5c8f16bf unposted: _querybts: Fix positional arguments' description. 2016-05-01 16:25:47 +00:00
Daniel Shahaf
1a2afc6b6d unposted: _compadd: Fix typo. 2016-05-01 16:25:15 +00:00
Daniel Shahaf
fbf2591161 unposted: ChangeLog: Add missed entries. 2016-05-01 16:24:38 +00:00
Peter Stephenson
5b2b94918a unposted: typo in redirect doc 2016-05-01 13:05:08 +01:00
Frank Terbeck
857153c507 38381: Add completion for picocom utility 2016-05-01 04:08:19 +02:00
Daniel Shahaf
276a690a2e _git: Complete fetchy refspecs correctly. 2016-05-01 01:52:29 +00:00
Daniel Shahaf
fe21e49a6d _git: Bifurcate __git_ref_specs.
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 01:52:29 +00:00