about summary refs log tree commit diff
path: root/Completion/Unix/Type/_canonical_paths
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos reported by codespell in shell codeMikael Magnusson2020-01-091-1/+1
|
* 44274: allow finer control of completion match soring with compadd's -o optionOliver Kiddle2019-05-071-3/+4
|
* 39797: obsolete the helper functions fixed by the previous two changesBarton E. Schaefer2016-11-011-62/+4
| | | | | | Replacing them with the new ${var:P} modifier. Previous deltas may be useful for backport to zsh 5.2 and before.
* 39795: preserve "cd -" behavior around directory shuffling in ↵Barton E. Schaefer2016-10-311-1/+3
| | | | _canonical_paths_pwd
* 39792: improve handling of relative paths in _canonical_paths_add_pathsBarton E. Schaefer2016-10-311-1/+4
|
* 39070: umount: Complete /f/b<TAB> → /foo/bar (for absolute path arguments ↵Daniel Shahaf2016-08-271-1/+27
| | | | only, for now)
* unposted: _canonical_paths: Port docstring changes from 39044.Daniel Shahaf2016-08-181-2/+2
|
* 37972: Redirect stderr to /dev/null in cases where ${~param} might generate ↵Barton E. Schaefer2016-02-141-1/+1
| | | | errors
* 24768: add -q option to cd, chdir, pushd, popdPeter Stephenson2008-03-281-27/+30
| | | | | use in _canonical_paths add 4.3.6 release note with this and other stuff
* 24759: dont unfunction if no function; sanitize helper functionsPeter Stephenson2008-03-271-61/+68
|
* 24757: canonicalize paths some morePeter Stephenson2008-03-271-5/+26
|
* 25735: use zstat to get canonical name for symbolic linksPeter Stephenson2008-03-261-8/+31
|
* 22467: utility function which completes all paths given to it, and alsoClint Adams2006-05-281-0/+94
tries to offer completions which point to the same file as one of the paths given.