summaryrefslogtreecommitdiff
path: root/Completion
AgeCommit message (Collapse)AuthorFilesLines
2008-10-2325927: include the ignored prefix/suffix in the hidden prefix/suffixBart Schaefer1-14/+16
only for compadd -U.
2008-10-15Phil Pennock: 25854: fix Devel module completion for "perl -d:".Bart Schaefer2-4/+36
2008-10-15Jörg Sommer: 25883: quote tmp1 strings before joining them into a pattern.Bart Schaefer1-1/+1
2008-10-1525887: fix brace completion oddity by using compadd -U more selectively.Bart Schaefer1-8/+8
2008-10-14Jörg Sommer: 25882: run ssh with -oBatchMode=yes.Clint Adams1-1/+1
2008-10-11Marc Chantreux: 25816: promiscuous ip linksPeter Stephenson1-0/+1
2008-10-1025029: : "environ" style to allow a different search path when completingBart Schaefer1-0/+7
as a different user.
2008-10-0925833: remove zparseopts line obsoleted by 25824.Clint Adams1-3/+0
2008-10-09Jörg Sommer: 25824: make it possible to use abbreviated paths for tree files.Clint Adams1-1/+1
2008-10-08Nikolai Weibull: 25828: new rm completionPeter Stephenson2-0/+42
unposted: note some new features in NEWS
2008-10-07Jörg Sommer: 25819: improve module parameter completion.Clint Adams1-3/+10
First, do not embedd the = in the parameter by define it a parameter‐value separator; -S =. Second, look for already given parameters in all words; -w. Third, use the curcontext variable; -C. Forth, distinct between boolean and non‐boolean parameters, i.e. do not append a = to the end. And include the type of the parameter in the help message. This information is only given in the full output of modinfo, not in the narrowed output with --field.
2008-10-07Jörg Sommer: 25822: declare val_args as local array.Clint Adams1-0/+2
2008-10-07Jörg Sommer: 25821: return 0 if a modules parameter was completed.Clint Adams1-1/+1
2008-10-0725820: add the option --field of modinfo.Clint Adams1-0/+2
2008-10-0625818: compinstall data loss typo fix from Morita Sho.Clint Adams1-1/+1
2008-10-0425808: handle bts claim and unclaim subcommands.Clint Adams1-1/+12
2008-10-03unposted: yet another correction for 25702 misapplicationClint Adams1-1/+1
2008-10-02unposted: off-by-one error looking for dynamic directory name in completionPeter Stephenson1-1/+1
2008-09-3025777: argument to gdbmsetfn()Peter Stephenson1-2/+3
unposted: recognise ~[ in completion after : and =
2008-09-2925733: stub function for dynamic directory name completionPeter Stephenson3-1/+18
2008-09-2825764: completion for Django, from Chris Lamb.Clint Adams2-0/+200
2008-09-2725755/25756: Jörg Sommer: improved handling of module argumentsPeter Stephenson1-8/+16
25759: fix dynamic named directory crash, static named directory consistency
2008-09-26Mikael Magnusson: 25617: complete -t <tags>.Clint Adams1-1/+2
2008-09-23unposted: brown paper bag patch management of 25718.Clint Adams1-1/+1
2008-09-2325728: spelling fix.Clint Adams1-1/+1
2008-09-23Jörg Sommer: 25717: fixups for 25702.Clint Adams1-14/+3
2008-09-22Jörg Sommer: 25718: add completion of option --reverse.Clint Adams1-1/+2
2008-09-21unposted: update .distfiles.Clint Adams1-24/+6
2008-09-21Jörg Sommer: 25702: completions for chrt and ionice commands.Clint Adams2-0/+84
2008-09-1325655: remove completion for --remove-sent-files option.Clint Adams1-1/+0
2008-09-1225654: fix return bug and add --color.Clint Adams1-1/+2
2008-09-10Frank Terbeck: 25640: another alias handling fix.Clint Adams1-1/+1
2008-09-07Frank Terbeck: 25624: clean up git alias parsing.Clint Adams1-5/+6
2008-09-0525608: NO_cshjunkiesquote in completionPeter Stephenson1-0/+1
2008-09-03Jörg Sommer <joerg@alea.gnuu.de>: 25598/25599:Peter Stephenson1-1/+1
auto-remove automatically added = in alias completion
2008-09-02Mikael Magnusson: 25594: "git clean" cleanup.Clint Adams1-11/+1
2008-09-01Mikael Magnusson: 25591: "git remote rm" completion.Clint Adams1-1/+4
2008-09-01Mikael Magnusson: 25590: update "git add" completion.Clint Adams1-4/+5
2008-09-01Frank Terbeck: 25588: add --no-pager option to git completion.Clint Adams1-0/+1
2008-09-0125585: fix git command completion when there are arguments after the cursor ↵Clint Adams1-8/+8
position.
2008-09-01Frank Terbeck: 25583: more git alias fixes.Clint Adams1-7/+7
2008-09-0125582: attempt to make "pws non-canonical hack" respect file typesPeter Stephenson1-10/+26
2008-09-01Jörg Sommer: 25572: completer module parametersPeter Stephenson1-1/+2
2008-08-31Frank Terbeck: 25561: fix quoting with aliases.Clint Adams1-1/+1
2008-08-31Mikael Magnusson: 25564: suppress error output in __git_is_treeish.Clint Adams1-1/+1
2008-08-3125569: David Le Bourgeois and pws: _ant completion fixPeter Stephenson1-1/+1
2008-08-31users/13162: strip ~ suffix from modulesPeter Stephenson1-1/+1
2008-08-3025553: add aoss to compdef line.Clint Adams1-1/+1
2008-08-30Frank Terbeck: 25551: remove a stray period from a description.Clint Adams1-1/+1
2008-08-29Mikael Magnusson: 25539: more 'git clone' fixes.Clint Adams1-3/+3