about summary refs log tree commit diff
path: root/Completion/Unix/Type
Commit message (Expand)AuthorAgeFilesLines
* 40965: fix for missing local declarations of explOliver Kiddle2017-04-261-1/+1
* 40973: _remote_files: Fix completion of remote files that start with a hyphen...Daniel Shahaf2017-04-181-2/+4
* * 40782: avoid dependency on zsh/regex moduleSebastian Gniazdowski2017-04-011-2/+3
* unposted: fix previous commitMikael Magnusson2016-12-011-1/+2
* 40024: Update _path_files since quoting requirements changed in 39412Mikael Magnusson2016-12-011-4/+2
* 40035: Cosmetic fixes for comments and documentation.Eitan Adler2016-11-291-1/+1
* 39757 plus test: Fix completion under parenthetical directory names, broken i...Daniel Shahaf2016-11-271-1/+1
* 40013: process zsh-specific time format extensions correctlyJun-ichi Takimoto2016-11-261-2/+2
* 40005: call _date_formats from _dateJun-ichi Takimoto2016-11-241-9/+8
* unposted: fix typo that was causing handling of "--" argument to failBarton E. Schaefer2016-11-031-1/+1
* 39797: obsolete the helper functions fixed by the previous two changesBarton E. Schaefer2016-11-011-62/+4
* 39795: preserve "cd -" behavior around directory shuffling in _canonical_path...Barton E. Schaefer2016-10-311-1/+3
* 39792: improve handling of relative paths in _canonical_paths_add_pathsBarton E. Schaefer2016-10-311-1/+4
* 39706: _tilde_files: Offer named directories. Document.Daniel Shahaf2016-10-241-1/+2
* 39708: Document _email_addresses.Daniel Shahaf2016-10-241-0/+2
* 39623: new evince completionOliver Kiddle2016-10-141-1/+1
* 39489: _path_files: Interpret -P as literally, rather than as a pattern.Daniel Shahaf2016-10-071-1/+1
* 39410: Fix unintentional history modifiers.Daniel Shahaf2016-09-221-2/+2
* 39295: allow -- to appear in the command line passed as an argumentOliver Kiddle2016-09-121-2/+2
* 39193 (cf. Yoshio Hanawa: 39192): don't pass options from after -- on to compaddOliver Kiddle2016-09-071-6/+9
* 39154: _files: -/ with list-dirs-first resulted in a bad pattern, thus aborti...Daniel Shahaf2016-09-021-1/+1
* 39105: _hashed_absolute_command_paths: Make the display string the basename.Daniel Shahaf2016-08-271-1/+3
* 39103: _typed-in_absolute_command_paths: Better handle non-empty arguments th...Daniel Shahaf2016-08-271-1/+7
* 39070: umount: Complete /f/b<TAB> → /foo/bar (for absolute path arguments o...Daniel Shahaf2016-08-271-1/+27
* 39067: update options to correspond to latest versions of software in various...Oliver Kiddle2016-08-191-2/+25
* unposted: _canonical_paths: Port docstring changes from 39044.Daniel Shahaf2016-08-181-2/+2
* 38967: _hosts: Don't complete wildcard entries from ~/.ssh/known_hosts.Daniel Shahaf2016-07-311-7/+16
* 38868: update completions for new options on FreeBSDOliver Kiddle2016-07-171-3/+3
* 38867: update strace completionOliver Kiddle2016-07-171-0/+20
* 38713: don't add calendar matches when not immediately entering menu selectionOliver Kiddle2016-06-181-1/+2
* 38707: strip suffix for glob qualifier completionOliver Kiddle2016-06-182-0/+2
* users/21609: do not treat tilde-expansions as quoted when inside command subs...Barton E. Schaefer2016-06-031-1/+1
* 38577: _signals: Don't complete SIGEXIT from _kill.Daniel Shahaf2016-06-031-5/+8
* 38420: _baudrates: Make style lookups fit better with the rest of compsysFrank Terbeck2016-05-091-6/+6
* 38421: _baudrates: Fit better into the general completion frameworkFrank Terbeck2016-05-091-11/+5
* 38426: _baudrates: Use 2 space indentationFrank Terbeck2016-05-091-14/+14
* 38422: _baudrate -> _baudratesFrank Terbeck2016-05-091-1/+1
* 38388: Refactor baud rate completionFrank Terbeck2016-05-021-0/+84
* 37972: Redirect stderr to /dev/null in cases where ${~param} might generate e...Barton E. Schaefer2016-02-141-1/+1
* 37665: Completion: New helper _absolute_command_paths.Daniel Shahaf2016-01-201-0/+29
* 37664: docs: Document the completion function _command_names.Daniel Shahaf2016-01-201-0/+3
* 37401: pattern error caused too much activity in _list_files for some stylesPeter Stephenson2015-12-141-1/+1
* 37383: add completion type for object filesMatthew Martin2015-12-111-0/+11
* unposted: Remove uneeded executability bits.Daniel Shahaf2015-12-031-0/+0
* 37163: Remove curl completionDaniel Shahaf2015-11-271-1/+1
* 37201: change quoting to handle group names with spacesMatthew Martin2015-11-221-2/+2
* 36646: handle solaris/openzfs differences; only use -t share on solarisEric Cook2015-10-191-2/+4
* 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