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

2859 commits

Author SHA1 Message Date
Nikolai Weibull
6502b38277 29272: Completion/Unix/Command/_git: Use return values correctly accross all
completion functions.
2011-07-21 09:05:57 +00:00
Peter Stephenson
5f275faa95 Matthieu Baerts: 29547: bzr: cdiff subcommand. 2011-07-18 09:04:00 +00:00
Peter Stephenson
d1a557d008 Eric Moors: 29531: Android debugger completion 2011-07-04 20:14:51 +00:00
Frank Terbeck
47347fc7d7 Daniel Bolton: 29529: _aptitude: Complete format specifiers with the `-F' option. 2011-07-01 12:04:54 +00:00
Frank Terbeck
73497c5f5e 29523: _git-buildpackage: Use "#desc:" line for _git third-party add-on completion description. 2011-07-01 07:39:15 +00:00
Frank Terbeck
eefe297228 29521: _git: Add `user-commands' support again. 2011-07-01 07:38:45 +00:00
Frank Terbeck
77b0e65eda 29519: _git: Pick up addon completions from $fpath. 2011-07-01 07:38:16 +00:00
Frank Terbeck
f5ba9011f0 29527: _git: Make file-completion fallback optional. 2011-07-01 07:37:44 +00:00
Frank Terbeck
3761265e45 29518: _git: Fall back to file completion for unknown sub-commands. 2011-07-01 07:36:48 +00:00
Frank Terbeck
38868daa44 Sebastian Ramacher: 29513: _apt: Add markauto and unmarkauto sub-commands. 2011-06-28 19:22:50 +00:00
Peter Stephenson
5179d9fc81 Mikael Muszynski: complete .m4v files for mplayer 2011-06-27 08:38:33 +00:00
Doug Kearns
67ef9605f1 unposted: clean up completion descriptions as per Etc/completion-style-guide 2011-06-20 02:24:56 +00:00
Peter Stephenson
59a4cc38ea Luka Perkov: 29493: handle apvlv 2011-06-19 20:14:21 +00:00
Peter Stephenson
9dc573c260 Michel Dos Reis: 29482: handle .gz kernel modules 2011-06-18 19:24:41 +00:00
Doug Kearns
65f7cbeaed 29483: add --servername completion to _vim 2011-06-16 06:23:32 +00:00
Bart Schaefer
7598220496 29444: when _path_files is called with a pattern to match directories, do
not descend into subdirectories for fake-files unless some are defined
2011-06-05 16:47:44 +00:00
Peter Stephenson
d7582f006f 29459: Further fixes for parameter flag completion,
plus drive-by fix for double-quoted parameter completion with flags
2011-06-04 21:32:06 +00:00
Peter Stephenson
d292edc4dc 29452: allow completion of parameter flags 2011-06-03 22:06:59 +00:00
Mikael Magnusson
e468775400 29448: complete symlinks to files in _initctl too 2011-06-03 20:53:16 +00:00
Mikael Magnusson
0bff0b356c 29438: complete dynamic directory names in command position 2011-06-03 20:51:37 +00:00
Frank Terbeck
8101886e48 29412: _tmux: Disable sub-command completions if tmux is not found in `$path'. 2011-06-01 21:30:11 +00:00
Mikael Magnusson
70e0128c0f users/16057: add _tree 2011-05-31 12:38:32 +00:00
Nikolai Weibull
23102b3a9b unposted: Completion/Unix/Command/_git: Update git-branch completion to deal
with -r and -d correctly.
2011-05-29 15:10:30 +00:00
Mikael Magnusson
4e6035312b 29387: add completion for at and friends 2011-05-27 14:55:55 +00:00
Mikael Magnusson
2865dc2157 29334: complete with _arguments -- for zsh 2011-05-27 14:48:06 +00:00
Mikael Magnusson
3214cf0a74 29384: Add _comp_caller_options 2011-05-27 14:36:33 +00:00
Mikael Magnusson
ac8c1304ec 29376: redefine _initctl too 2011-05-27 00:12:51 +00:00
Mikael Magnusson
a75cbae6b7 29365: redefine _make() in _make. 2011-05-27 00:10:46 +00:00
Peter Stephenson
9d1976518e Bernhard Tittelbach: 29371: completion for initctl etc. 2011-05-25 19:48:05 +00:00
Mikael Magnusson
5fd16e59db 29364: partial fix for make completion in dirs with spaces. 2011-05-24 01:48:12 +00:00
Mikael Magnusson
eb7c534a53 29335: update valgrind --tool= completion hack. 2011-05-24 01:43:22 +00:00
Mikael Magnusson
4c3efc94cc 29338: fix pattern in _main_complete for insert-tab. 2011-05-24 01:09:46 +00:00
Peter Stephenson
e051cb908f minor typo 2011-05-23 13:10:24 +00:00
Peter Stephenson
67ce57d609 29341, corrected: go programming language 2011-05-23 12:44:14 +00:00
Mikael Magnusson
59a0b52e61 29328: Another missing backslash in _git, remove some not needed backslashes in array definitions. 2011-05-22 02:13:55 +00:00
Mikael Magnusson
72cb7cfc6f 29307, 29308 + replies: Fix some doubled words in docs and comments. 2011-05-19 16:10:46 +00:00
Wayne Davison
a88f38b2c4 29315: add a missing backslash. 2011-05-18 22:12:18 +00:00
Clint Adams
dd1cc2a14f 29306: typo fix from Laurent Fousse. 2011-05-17 18:54:32 +00:00
Frank Terbeck
c02d14eae3 Nikolai Weibull: 29166: _git: Speed improvements for file completion. 2011-05-17 18:42:57 +00:00
Nikolai Weibull
62444c9bfc 29273: Completion/Unix/Command/_git: Fix __git_guard_number 2011-05-17 17:15:13 +00:00
Bart Schaefer
cfebfe68b5 29278: Completion/Unix/Type/_path_files: fix use of the $skips 2011-05-15 00:06:31 +00:00
Peter Stephenson
23a057a4fa unposted (late commit): updates for 4.3.11-dev-3 2011-05-13 11:56:40 +00:00
Mikael Magnusson
faa39d45a3 29245: _xset: pass -O instead of -o to _describe. 2011-05-12 17:43:53 +00:00
Mikael Magnusson
9a5fcb3c31 Nikolai Weibull: 29124: Fix -l option in _git. 2011-05-12 16:01:19 +00:00
Mikael Magnusson
5ef22d41c4 29205: don't sort processes in _pids 2011-05-12 15:57:01 +00:00
Wayne Davison
15180bc0ec 29187: add a missing backslash. 2011-05-08 21:19:29 +00:00
Bart Schaefer
e880604f02 29140: hide the "words" special variable so that it may be used as an
ordinary variable by bash completions.
2011-05-04 23:31:39 +00:00
Peter Stephenson
2e25dfb8fd Rocky Bernstein: 29135 (plus tweaks): compgen -W in bash completion 2011-05-04 08:53:53 +00:00
Peter Stephenson
9893f864ba Haakon: 29137: handling of flags in _ffmpeg 2011-05-03 18:38:56 +00:00
Peter Stephenson
f16ab40c06 Haakon: more ffmpeg tweaks 2011-05-01 15:46:46 +00:00