Oliver Kiddle
|
78afb218b0
|
40965: fix for missing local declarations of expl
|
2017-04-26 16:32:10 +02:00 |
|
Daniel Shahaf
|
5a32ced1be
|
unposted: Port 40617 to the completion.
|
2017-02-25 09:09:31 +00:00 |
|
Peter Stephenson
|
60a4f6cb67
|
unposted: "autooad ~..." also completes file
|
2017-01-17 18:03:26 +00:00 |
|
Peter Stephenson
|
12100eb6b9
|
40332: completion for new autoload features
|
2017-01-11 21:24:33 +00:00 |
|
Daniel Shahaf
|
03bd5e287f
|
users/22182: Propagate 22161 docs patch to completion descriptions.
|
2016-12-10 15:04:22 +00:00 |
|
Oliver Kiddle
|
ece90dae42
|
40114: complete :/ with other parameter operators
|
2016-12-08 23:52:19 +01:00 |
|
Eitan Adler
|
110ffae9fe
|
40035: Cosmetic fixes for comments and documentation.
Mostly fixes to doubled words.
|
2016-11-29 17:13:52 +00:00 |
|
Daniel Shahaf
|
3a83e481ab
|
unposted: Complete the $foo[(f)] flag.
|
2016-11-29 06:41:22 +00:00 |
|
Jun-ichi Takimoto
|
53e6b12bdf
|
40013: process zsh-specific time format extensions correctly
|
2016-11-26 16:36:21 +09:00 |
|
Daniel Shahaf
|
307da989d8
|
39917: Complete setsid(1) as a precommand
|
2016-11-17 15:32:04 +00:00 |
|
Oliver Kiddle
|
5c28031ea6
|
39834: when print used with -v and -l, include a final newline
Also complete print -S option and make further use of the
new printf to an array feature in other completion functions.
|
2016-11-05 00:31:01 +01:00 |
|
Oliver Kiddle
|
4b41e33cbc
|
39389: when printf -v is used with an array use separate elements each time the format is reused
|
2016-11-05 00:27:47 +01:00 |
|
Daniel Shahaf
|
ae3b675ce6
|
39657: _zstyle: Complete the -g, -s,-b,-a, -t,-T, -m options.
|
2016-10-18 01:34:53 +00:00 |
|
Daniel Shahaf
|
713857cea0
|
39657: _zstyle: When completing a style for an unrecognised context, complete all known styles.
Previously, vcs_info styles weren't completed.
|
2016-10-18 01:34:52 +00:00 |
|
Daniel Shahaf
|
13cfa036c8
|
39657: Make a helper function global.
|
2016-10-18 01:34:52 +00:00 |
|
Daniel Shahaf
|
7ad0001183
|
39479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset -P' calls to use shortest match where applicable, plus random drive-by tweaks.
Found by grepping for patterns that can match needles of various lengths:
:grep 'compset -[PS].*[\#^*()\|<>?~\]' Completion/
|
2016-10-07 13:56:31 +00:00 |
|
Daniel Shahaf
|
0f8725beeb
|
39423: _zed: Support the '--' end-of-options mark.
This matters for fned'ing vcs_info hooks.
|
2016-09-24 07:22:16 +00:00 |
|
Oliver Kiddle
|
34d512a677
|
39370: complete -w and -K options to zle following the widget name and numeric base to integer
|
2016-09-21 23:03:14 +02:00 |
|
Oliver Kiddle
|
fbafc5b509
|
39332: support ksh's [[ -v varname ]] condition for checking if variables are set
|
2016-09-16 00:00:28 +02:00 |
|
Daniel Shahaf
|
7154052ebe
|
39046 + 39061: New :P history modifier.
|
2016-08-22 03:34:30 +00:00 |
|
Oliver Kiddle
|
b816bb42cf
|
38957: make use of updates to match-words-by-style and better support completion of word-style styles for zstyle
|
2016-07-28 16:16:25 +02:00 |
|
Oliver Kiddle
|
54d5f8e363
|
38956: factor out zle widget completion into its own function
|
2016-07-28 16:12:59 +02:00 |
|
Daniel Shahaf
|
5c7d92bd9c
|
38890: _add-zle-hook-widget: New completion.
|
2016-07-22 06:23:39 +00:00 |
|
Mikael Magnusson
|
bd707b4787
|
_print: add -v
|
2016-07-18 00:44:52 +02:00 |
|
Oliver Kiddle
|
304aa25184
|
38812: a few new completions and update some command options
|
2016-07-08 23:10:41 +02:00 |
|
Oliver Kiddle
|
139a4dbe07
|
38735: support verbose style to allow clearer but less compact descriptions for time specifiers
|
2016-06-22 01:30:22 +02:00 |
|
Peter Stephenson
|
5103c85abb
|
38736: various RPN mode enhancements for zcalc
|
2016-06-21 16:34:55 +01:00 |
|
Oliver Kiddle
|
2f67cd514f
|
38707: strip suffix for glob qualifier completion
|
2016-06-18 00:15:11 +02:00 |
|
Matthew Martin
|
770500d69d
|
38515: _subsript twwaks
Need -- after print; also optimise array add
|
2016-05-22 19:04:42 +01:00 |
|
Daniel Shahaf
|
cbcae36141
|
38402: Complete 'eatmydata'.
|
2016-05-04 21:05:35 +00:00 |
|
Daniel Shahaf
|
1a2afc6b6d
|
unposted: _compadd: Fix typo.
|
2016-05-01 16:25:15 +00:00 |
|
Han Pingtian
|
67c0174093
|
38219: remove redundant left square bracket
|
2016-04-14 16:46:27 +02:00 |
|
Eric Cook
|
25ca90e5ab
|
37788: _subscript - fix completion of associative array keys
|
2016-01-26 23:20:36 -05:00 |
|
Daniel Shahaf
|
07a300365f
|
unposted: Remove uneeded executability bits.
|
2015-12-03 23:49:14 +00:00 |
|
Mikael Magnusson
|
d85a1fcd88
|
unposted: Fix broken case condition and "qualifer" typo
|
2015-09-28 02:24:54 +02:00 |
|
Eric Cook
|
002d68525c
|
36571: Completion for zsocket and updated losetup's completion
|
2015-09-23 01:14:08 +02:00 |
|
Mikael Magnusson
|
3f171fd463
|
36177: _setopt: complete printexitvalue both ways
|
2015-08-17 00:56:48 +02:00 |
|
Oliver Kiddle
|
9a4e1bf93b
|
36146: avoid mix of -/ and -g with _files as that just overrides user preferences
|
2015-08-14 11:00:39 +02:00 |
|
Oliver Kiddle
|
cf77e28a3f
|
36127: assorted minor completion function changes
|
2015-08-12 18:06:03 +02:00 |
|
Mikael Magnusson
|
b386bbaf29
|
36119: _strftime: Add completion for zsh/datetime's strftime builtin
|
2015-08-12 17:55:07 +02:00 |
|
Daniel Hahler
|
d90f92194f
|
35970: completion: fix typos in _git and _brace_parameter
|
2015-08-02 17:58:12 +02:00 |
|
Oliver Kiddle
|
346fcf9b96
|
35753: allow for numbers after the ( in ternary expressions and fix backslash quoting
|
2015-07-23 07:24:03 +02:00 |
|
Barton E. Schaefer
|
30dd372bcb
|
users/20324: add (D) flag for tilde-fied completion listing
Also move some more recent code so an old comment is connected to the
correct bit of older code
|
2015-07-22 13:03:02 -07:00 |
|
Mikael Magnusson
|
b6a2f116a1
|
unposted: _ps1234: Fix ternary test char completion
|
2015-07-15 13:47:33 +02:00 |
|
Oliver Kiddle
|
81bfb1a327
|
35756: use the actual colours in the completion list for terminal colours
|
2015-07-14 00:30:44 +02:00 |
|
Oliver Kiddle
|
5951ac13ed
|
35748: fixes to prompt spec completion where it contains date formats
|
2015-07-09 14:58:06 +02:00 |
|
Oliver Kiddle
|
5c5654016b
|
35729: new compadd completion
|
2015-07-08 12:16:32 +02:00 |
|
Oliver Kiddle
|
396f68971f
|
35718: new calendar style date completion
|
2015-07-07 22:59:00 +02:00 |
|
Mikael Magnusson
|
439764a43f
|
35673: Improve _zargs
|
2015-07-03 14:20:32 +02:00 |
|
Oliver Kiddle
|
fbc64894cc
|
35568: use symlinks in /proc/$$/path on Solaris and procstat on FreeBSD
|
2015-06-23 03:30:06 +02:00 |
|