about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 21418: completion for madison.Clint Adams2005-07-102-0/+17
|
* 21417: completion for xscreensaver-command.Clint Adams2005-07-102-0/+20
|
* 21416: cope with an equals sign after gpg --keyring.Clint Adams2005-07-102-1/+6
|
* users/9059: Nikolai Weibull: improved _vim_filesPeter Stephenson2005-07-082-7/+11
|
* users/9049: add vim variants to _vimPeter Stephenson2005-07-072-1/+4
|
* Nikolai Weibull: new _vim completionPeter Stephenson2005-07-073-28/+109
|
* 21402: Fix crash with case-insensitive matching.Peter Stephenson2005-07-062-4/+23
|
* * unposted: add missing compset -S calls to _w3mDoug Kearns2005-07-032-2/+9
|
* 21400: add completion for RUBYOPT, RUBYLIB and RUBYPATH env variablesDoug Kearns2005-07-032-8/+30
|
* unposted: declare _links vals parameter localDoug Kearns2005-06-302-1/+7
|
* 21392: update w3m completion for version 0.5.xDoug Kearns2005-06-282-32/+93
|
* 21391: only pass SIGINT and SIGQUIT from foreground processes to the shell.Peter Stephenson2005-06-282-2/+11
|
* unposted: complete WWW_HOME, ftp_proxy and https_proxy with URLsDoug Kearns2005-06-272-1/+6
|
* 21387: zcalc documentation for precision featuresPeter Stephenson2005-06-272-1/+30
|
* 21384: small fixes to urxvt completion.Clint Adams2005-06-262-34/+30
|
* 21383: completion for rxvt-unicode.Clint Adams2005-06-262-0/+42
|
* 21382: completion for MIT krb5's kvno.Clint Adams2005-06-242-0/+27
|
* add missing functionsOliver Kiddle2005-06-241-1/+2
|
* 21380: update for wget 1.10, add missing descriptions and other minor fixesOliver Kiddle2005-06-245-90/+148
|
* unposted: stop _apt-move from returning early and allow prefix-needed style ↵Doug Kearns2005-06-242-7/+13
| | | | to work
* 21379: improve wget --restrict-file-names completionDoug Kearns2005-06-242-1/+12
|
* 21334: fix typo in pkgtool -target_dir completionDoug Kearns2005-06-212-1/+6
|
* 21317: fix bug where recursive glob within e qualifier would hang the shellOliver Kiddle2005-06-213-1/+9
|
* zargs: add -I and -L options of xargs.Bart Schaefer2005-06-202-5/+28
|
* 21343: update php completion for version 5.0Doug Kearns2005-06-182-24/+59
|
* unposted: tidy up _darcs command descriptionsDoug Kearns2005-06-172-1/+6
|
* add test for 21352Oliver Kiddle2005-06-172-0/+15
|
* 21352: Harald van Dijk: handle null after % in printf format specifierOliver Kiddle2005-06-171-1/+1
|
* 21351: complete for xvnc4viewer and xtightvncviewer.Clint Adams2005-06-162-1/+6
|
* 21243: complete first option of svn subcmds.Clint Adams2005-06-143-2/+9
|
* Prevent double precmd during "fc -e -"Bart Schaefer2005-06-132-1/+6
|
* 21316 (modified): new completion for ctags tagsDoug Kearns2005-06-114-2/+13
|
* 21320: fix _screen completion of -D, -R, -c and -dmS optionsDoug Kearns2005-06-112-4/+8
|
* 21321: update antiword completion for version 0.36Doug Kearns2005-06-112-9/+20
|
* unposted: fix typo in a _less state nameDoug Kearns2005-06-092-1/+5
|
* unposted: add missing options to _antDoug Kearns2005-06-082-2/+10
|
* 21315: make completion functions give precendence to descriptions passed asOliver Kiddle2005-06-0855-163/+197
| | | | parameters and cleanup descriptons in calling functions
* 21314: declare expl local in example use of _wantedOliver Kiddle2005-06-082-1/+5
|
* new yast completionOliver Kiddle2005-06-083-1/+14
|
* 21313: make code for extracting mutt aliases do a better job of finding rc filesOliver Kiddle2005-06-082-3/+20
|
* 21306: add -s option to _disableDoug Kearns2005-06-082-3/+7
|
* 21310: pass an array to compadd in _global_tagsDoug Kearns2005-06-082-3/+7
|
* 21302: make sure expl is declared local in completion functionsDoug Kearns2005-06-0821-16/+39
|
* unposted: fix typo in _dirs opt descriptionDoug Kearns2005-06-072-1/+5
|
* unposted: fix minor typo in _raggleDoug Kearns2005-06-062-1/+5
|
* 21293: update ant completion for version 1.6.4Doug Kearns2005-06-022-66/+96
|
* unposted: need const for result of getsigname()Peter Stephenson2005-06-012-1/+3
|
* 21296: Add ERR alias for ZERR where possible.Peter Stephenson2005-06-016-29/+63
| | | | "trap" reports alias names.
* 21294: fix incorrectly capitalized completion descriptionsDoug Kearns2005-06-019-70/+80
|
* 21290: configure.ac: don't need backslash quoting within single-quote areas.Geoff Wing2005-05-312-3/+8
| | | | | | Change constant RE boundary characters to slash (instead of tuples). This was exposed with autoconf 2.59c preferring ksh (pdksh 5.2.14p2 in NetBSD) over bash. It did, however, work with ksh93 and bash.