zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _mount (use _canonical_paths)
@ 2006-05-28 18:44 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2006-05-28 18:44 UTC (permalink / raw)
  To: zsh-workers

And this switches _mount over to use _canonical paths.  From R.Ramkumar.

Index: Completion/Unix/Command/_mount
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_mount,v
retrieving revision 1.24
diff -u -r1.24 _mount
--- Completion/Unix/Command/_mount	28 May 2006 18:42:01 -0000	1.24
+++ Completion/Unix/Command/_mount	28 May 2006 18:43:51 -0000
@@ -870,7 +870,8 @@
 
   _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
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-05-28 18:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-28 18:44 PATCH: _mount (use _canonical_paths) Clint Adams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).