1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-08-21 06:11:09 +02:00
Commit graph

42 commits

Author SHA1 Message Date
Oliver Kiddle
419625bf87 43345: don't modify global variable in _umountable 2018-08-28 17:41:29 +02:00
Daniel Shahaf
5654b905f9 41481: _df: Complete mounted device and mount points.
This splits umount's "udevordir" completion from _mount to a new file,
without changing it.
2017-08-08 14:55:02 +00:00
Barton E. Schaefer
9f49864322 40801: re-fix completion of mount points with spaces in the name
Turns out that work of art removed by 33963 was necessary after all
2017-03-09 20:29:27 -08:00
Mikael Magnusson
a8345a40b1 40780: Don't use =~ for simple prefix match 2017-03-07 03:20:05 +01:00
Mikael Magnusson
a43e6e2db4 40107: _mount, _fusermount: fix quoting 2016-12-06 21:15:14 +01:00
Daniel Shahaf
7ad0001183 39479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset -P' calls to use shortest match where applicable, plus random drive-by tweaks.
Found by grepping for patterns that can match needles of various lengths:

    :grep 'compset -[PS].*[\#^*()\|<>?~\]' Completion/
2016-10-07 13:56:31 +00:00
Daniel Shahaf
aa041f7a5a 39070: umount: Complete /f/b<TAB> → /foo/bar (for absolute path arguments only, for now) 2016-08-27 18:12:01 +00:00
Mikael Magnusson
2194da18c7 33963: remove work of art in _mount 2014-12-29 08:34:34 +01:00
Oliver Kiddle
469ee6daef 32997: new utility function for separated lists 2014-08-14 19:00:04 +02:00
Oliver Kiddle
968a7a2a51 30811: new completion for btrfs and complete btrfs and ext4 mount options
and new linux mount flags
2012-11-20 23:08:15 +00:00
Peter Stephenson
7d09ec507c Jun T.: 30483: improved completion on MacOS 2012-05-22 08:58:41 +00:00
Peter Stephenson
6a015133bd Baptiste: 28819: FreeBSD completion tweaks 2011-03-01 20:21:59 +00:00
Peter Stephenson
5b80d50ad3 27233: improved _values handling of optional arguments
mount -o loop= argument is optional
2009-08-28 15:10:27 +00:00
Peter Stephenson
96eb8faa7c Baptiste Daroussin: 27033: FreeBSD portaudit and mount completion 2009-06-04 15:32:06 +00:00
Peter Stephenson
709426fcfd users/12461: fix quoting of mount points for umount 2008-01-19 19:41:32 +00:00
Peter Stephenson
9382be3347 users/12461: fix quoting of mount points for umount 2008-01-19 19:37:01 +00:00
Peter Stephenson
4f1af066bd Mustafa Oezkan: 24126: additional mount completion options 2007-11-28 17:28:57 +00:00
Clint Adams
ef04a34480 22469: use _canonical_paths. 2006-05-28 18:46:56 +00:00
Clint Adams
989f7a825c 22468: fixes and updates. 2006-05-28 18:42:01 +00:00
Oliver Kiddle
1bc6747457 22050: fixes for Debian GNU/kfreebsd 2005-12-05 14:22:52 +00:00
Oliver Kiddle
0ba8ae87ea 21315: make completion functions give precendence to descriptions passed as
parameters and cleanup descriptons in calling functions
2005-06-08 12:45:24 +00:00
Doug Kearns
0d8d202ff5 21302: make sure expl is declared local in completion functions 2005-06-08 05:33:45 +00:00
Oliver Kiddle
af31bd1741 Joerg Sonnenberger: 21252: Dragonfly BSD support 2005-05-11 09:27:05 +00:00
Bart Schaefer
d373eb8f1e Tobias Gruetzmacher 21168: locality and visibility of some completion vars 2005-04-24 17:49:26 +00:00
Oliver Kiddle
01c29ffd95 19455: complete hostnames and nfs mounts 2004-02-20 10:56:11 +00:00
Oliver Kiddle
f8c004aa61 19299: try to handle completion of devices better 2003-12-16 16:23:08 +00:00
Oliver Kiddle
b583396674 19244: various completion function fixes and updates 2003-11-14 11:56:52 +00:00
Oliver Kiddle
88adedc1d5 17542: Thomas Stromberg: most systems don't have /etc/mtab 2002-09-16 17:29:17 +00:00
Oliver Kiddle
d7822305b4 16461: a number of minor completion function updates 2002-01-16 16:29:51 +00:00
Oliver Kiddle
bee1fa9e0d 16320: factor out file system completion to new function 2001-12-11 15:46:21 +00:00
Bart Schaefer
5cc2e90f5b Fix typos. 2001-10-14 17:18:32 +00:00
Clint Adams
414f028ed9 16005: Completion/Unix/Command/_mount: check /etc/filesystems under Linux. 2001-10-10 19:31:07 +00:00
Bart Schaefer
b63f2f824a Insert missing single quote. 2001-10-08 15:08:02 +00:00
Clint Adams
d13c8e8d66 15941: complete reiserfs mount options. 2001-10-05 01:45:41 +00:00
Clint Adams
f7fa53ecaa 15940: complete -o utf8 for mount -t vfat. 2001-10-05 01:36:55 +00:00
Clint Adams
16fe57acd4 15939: complete xfs mount options (for Linux). 2001-10-05 01:29:36 +00:00
Clint Adams
ad3d63eeeb 15938: complete ext3 mount options 2001-10-05 00:58:40 +00:00
Andrey Borzenkov
ed914f48f3 15390: Cygwin support 2001-07-13 12:30:20 +00:00
Sven Wischnowsky
71a9847d48 fix for comparguments (completing after single letter options that get their argument in the next word); make _values ignore some of the standard option it may get; make _mount use _dir_list in some places and improve that; `document' comparguments and compvalues with some comments in computil.c (14897) 2001-06-13 11:05:51 +00:00
Sven Wischnowsky
ddd50ac548 14883 2001-06-13 08:45:05 +00:00
Oliver Kiddle
56528ccb66 spelling corrections 2001-05-29 17:54:08 +00:00
Sven Wischnowsky
54c901a494 moved from Completion/User/_mount 2001-04-02 11:57:42 +00:00