about summary refs log tree commit diff
path: root/Completion/Unix/Type
Commit message (Collapse)AuthorAgeFilesLines
* 36243: fix a few problems of "_pids -m pattern"Jun-ichi Takimoto2015-08-201-1/+1
|
* 36165: simplify file-patterns default to a single patternOliver Kiddle2015-08-171-42/+6
|
* 36113: ip(8) may add suffixes which is not good for completion matchesEric Cook2015-08-131-13/+6
|
* 36127: assorted minor completion function changesOliver Kiddle2015-08-121-1/+1
|
* faster method of generating list of python modulesAntony Lee2015-07-261-4/+2
|
* 35789: (tweaked c.f. Bart: 35791): duplicate glob qualifier handling from ↵Oliver Kiddle2015-07-141-1/+19
| | | | _path_files so it is called once and not for each file pattern
* 35774: fix double formatting of date explanation messageOliver Kiddle2015-07-141-4/+7
|
* 35748: fixes to prompt spec completion where it contains date formatsOliver Kiddle2015-07-091-134/+0
|
* 35749: (c.f. Jun T: 35732): fix exclusion list for flags/modifiersOliver Kiddle2015-07-091-2/+2
|
* 35727: support OpenBSD for diff optionsMatthew Martin2015-07-081-11/+41
|
* 35700: complete OS specific date format specifiers and put % in a prefixOliver Kiddle2015-07-071-71/+97
|
* 35718: new calendar style date completionOliver Kiddle2015-07-071-0/+123
|
* 35697: _ps1234, _date_formats: Complete strftime formats for %D{}Mikael Magnusson2015-07-062-3/+91
|
* 35696: _ps1234: complete colors for %F{ and %K{Mikael Magnusson2015-07-061-6/+23
|
* 35527: use list-separator style in cases where separator was hardcodedOliver Kiddle2015-06-191-2/+3
|
* 35528: allow for IPREFIXOliver Kiddle2015-06-191-1/+1
|
* 35356: factor out completion of tty devicesOliver Kiddle2015-06-021-0/+19
|
* 35232: matching parenthesesİsmail Dönmez2015-05-201-1/+1
|
* 35168: Improve parsing of case patterns.Peter Stephenson2015-05-181-1/+1
| | | | | | | | | | | | | | "|" is now found properly by looking for words that come from the lexical analyser, rather than hacking a pattern returned in one dollop. Update some completion functions that need extra quoting as a result. Add test for new parsing. Update version number to 5.0.8-dev-3 because of wordcode incompatibility.
* 35011: update completions for some common Unix commands,Oliver Kiddle2015-05-032-16/+12
| | | | in particular improving FreeBSD support
* users/20058: improve device completion in ip completion.Peter Stephenson2015-03-312-37/+46
| | | | | We were too eager to regard strings already on the command line as possible devices.
* 34435: Update emulate completion.Peter Stephenson2015-01-301-0/+6
| | | | | | Add new feature to run command in emulation. Factor out handling of quoted command string to new function.
* 34415: cache list of all python modulesJun-ichi Takimoto2015-01-281-0/+44
|
* 34373, 34374: update completion of builtin commands, modifiers,Oliver Kiddle2015-01-251-1/+1
| | | | parameter and globbing flags
* 34327: fix cache identifier used in _cache_invalidJun-ichi Takimoto2015-01-221-1/+1
|
* users/19530: Handle commented lines in /etc/filesystemsMikael Magnusson2014-12-141-1/+1
|
* 33843: minor optimisation for recursive-files.Peter Stephenson2014-12-081-1/+5
| | | | Expand the recursive path only the first time we need it.
* 33526: fix completion path prefix handling when NO_CASE_GLOB is in effectBarton E. Schaefer2014-10-241-1/+8
|
* 33481: resolve completion clashes and tidy-up SUSE/Mandriva related functionsOliver Kiddle2014-10-213-3/+3
|
* 33467: correct return status on functions and numerous other minor fixesOliver Kiddle2014-10-141-2/+2
|
* 33137: _path_files: complete # to introduce a glob flagMikael Magnusson2014-09-161-7/+15
|
* 33132: use ip on Linux to get interface namesEric Cook2014-09-091-9/+18
|
* 33081: suppress unnecessary error messageMark Oteiza2014-09-011-2/+2
|
* 33047: use git to simplify massively source distribution file selectionPeter Stephenson2014-08-231-54/+0
|
* 33046: new completion for "chsh"Barton E. Schaefer2014-08-231-1/+1
|
* 32893: move use of _call_program inside the _tags loop to allow processes to ↵Oliver Kiddle2014-08-131-19/+24
| | | | be separated
* 32546: better handling of ignored files with _path_files -W prefixesJun T2014-04-151-2/+3
|
* 32261: completion updates for Solaris 11, Update 1Danek Duvall2014-01-021-1/+2
|
* 32103: parse host:port format in ssh known_hosts files.Aaron Peschel2013-12-131-2/+13
|
* unposted: updates for 4.0.2-test-1. zsh-5.0.2-test-1Peter Stephenson2013-11-061-0/+1
| | | | | | Update references to 4.0.2 to 4.0.3. Additional mod_export declarations. Additions to .distfiles.
* suppress stderr when listing java classes to completeYuusuke Yoshimoto2013-08-041-1/+1
|
* unposted: fix some .distfiles which mention files that have gonePeter Stephenson2013-04-081-1/+0
|
* c.f. 31071: remove duplicate _osc and rename _ps to avoid name clashOliver Kiddle2013-02-271-0/+0
|
* Morita Sho: 31038: add location of terminfo entries on DebianOliver Kiddle2013-02-091-1/+1
|
* Han Pingtian: 31027: remove the -g's from globs in file completionPeter Stephenson2013-02-071-1/+1
|
* Missing .distfiles entries zsh-5.0.0-test-1Peter Stephenson2012-12-161-0/+1
|
* users/17382: complete URLs for vim and make _remote_files moreOliver Kiddle2012-11-072-3/+91
| | | | consistent with _files
* add evince, zathura, dwb to command lists of basic completionsOliver Kiddle2012-10-071-1/+1
|
* Aaron Schrab: 30711: improved _bind_addresses completionfor IPv6.Peter Stephenson2012-09-301-1/+1
|
* 30692: allow autoload +X -m to workPeter Stephenson2012-09-211-1/+1
| | | | change to _path_files to make it load in that fashion