1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-28 15:01:21 +02:00

22469: use _canonical_paths.

This commit is contained in:
Clint Adams 2006-05-28 18:46:56 +00:00
parent 989f7a825c
commit ef04a34480
2 changed files with 5 additions and 1 deletions

@ -1,5 +1,8 @@
2006-05-28 Clint Adams <clint@zsh.org>
* 22469: R. Ramkumar: Completion/Unix/Command/_mount: use
_canonical_paths.
* 22468: R. Ramkumar: Completion/Unix/Command/_mount: fixes and
updates.

@ -870,7 +870,8 @@ udevordir)
_alternative \
'device-labels:device label:compadd -a dev_tmp' \
'directories:mount point:compadd -a mp_tmp' && ret=0
'device-paths: device path:_canonical_paths -A dpath_tmp -N device-paths device\ path' \
'directories:mount point:_canonical_paths -A mp_tmp -N directories mount\ point' && ret=0
;;
esac