Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 43345: don't modify global variable in _umountable | Oliver Kiddle | 2018-08-28 | 1 | -1/+1 |
| | |||||
* | 41481: _df: Complete mounted device and mount points. | Daniel Shahaf | 2017-08-08 | 1 | -42/+1 |
| | | | | | This splits umount's "udevordir" completion from _mount to a new file, without changing it. | ||||
* | 40801: re-fix completion of mount points with spaces in the name | Barton E. Schaefer | 2017-03-09 | 1 | -3/+9 |
| | | | | Turns out that work of art removed by 33963 was necessary after all | ||||
* | 40780: Don't use =~ for simple prefix match | Mikael Magnusson | 2017-03-07 | 1 | -1/+1 |
| | |||||
* | 40107: _mount, _fusermount: fix quoting | Mikael Magnusson | 2016-12-06 | 1 | -3/+3 |
| | |||||
* | 39479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset ↵ | Daniel Shahaf | 2016-10-07 | 1 | -1/+1 |
| | | | | | | | | -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/ | ||||
* | 39070: umount: Complete /f/b<TAB> → /foo/bar (for absolute path arguments ↵ | Daniel Shahaf | 2016-08-27 | 1 | -2/+2 |
| | | | | only, for now) | ||||
* | 33963: remove work of art in _mount | Mikael Magnusson | 2014-12-29 | 1 | -21/+3 |
| | |||||
* | 32997: new utility function for separated lists | Oliver Kiddle | 2014-08-14 | 1 | -8/+3 |
| | |||||
* | 30811: new completion for btrfs and complete btrfs and ext4 mount options | Oliver Kiddle | 2012-11-20 | 1 | -52/+101 |
| | | | | and new linux mount flags | ||||
* | Jun T.: 30483: improved completion on MacOS | Peter Stephenson | 2012-05-22 | 1 | -2/+7 |
| | |||||
* | Baptiste: 28819: FreeBSD completion tweaks | Peter Stephenson | 2011-03-01 | 1 | -2/+4 |
| | |||||
* | 27233: improved _values handling of optional arguments | Peter Stephenson | 2009-08-28 | 1 | -1/+1 |
| | | | | mount -o loop= argument is optional | ||||
* | Baptiste Daroussin: 27033: FreeBSD portaudit and mount completion | Peter Stephenson | 2009-06-04 | 1 | -14/+57 |
| | |||||
* | users/12461: fix quoting of mount points for umount | Peter Stephenson | 2008-01-19 | 1 | -0/+1 |
| | |||||
* | users/12461: fix quoting of mount points for umount | Peter Stephenson | 2008-01-19 | 1 | -2/+21 |
| | |||||
* | Mustafa Oezkan: 24126: additional mount completion options | Peter Stephenson | 2007-11-28 | 1 | -0/+2 |
| | |||||
* | 22469: use _canonical_paths. | Clint Adams | 2006-05-28 | 1 | -1/+2 |
| | |||||
* | 22468: fixes and updates. | Clint Adams | 2006-05-28 | 1 | -12/+66 |
| | |||||
* | 22050: fixes for Debian GNU/kfreebsd | Oliver Kiddle | 2005-12-05 | 1 | -4/+4 |
| | |||||
* | 21315: make completion functions give precendence to descriptions passed as | Oliver Kiddle | 2005-06-08 | 1 | -11/+11 |
| | | | | parameters and cleanup descriptons in calling functions | ||||
* | 21302: make sure expl is declared local in completion functions | Doug Kearns | 2005-06-08 | 1 | -1/+1 |
| | |||||
* | Joerg Sonnenberger: 21252: Dragonfly BSD support | Oliver Kiddle | 2005-05-11 | 1 | -4/+4 |
| | |||||
* | Tobias Gruetzmacher 21168: locality and visibility of some completion vars | Bart Schaefer | 2005-04-24 | 1 | -1/+5 |
| | |||||
* | 19455: complete hostnames and nfs mounts | Oliver Kiddle | 2004-02-20 | 1 | -1/+15 |
| | |||||
* | 19299: try to handle completion of devices better | Oliver Kiddle | 2003-12-16 | 1 | -3/+5 |
| | |||||
* | 19244: various completion function fixes and updates | Oliver Kiddle | 2003-11-14 | 1 | -185/+231 |
| | |||||
* | 17542: Thomas Stromberg: most systems don't have /etc/mtab | Oliver Kiddle | 2002-09-16 | 1 | -6/+6 |
| | |||||
* | 16461: a number of minor completion function updates | Oliver Kiddle | 2002-01-16 | 1 | -3/+2 |
| | |||||
* | 16320: factor out file system completion to new function | Oliver Kiddle | 2001-12-11 | 1 | -36/+21 |
| | |||||
* | Fix typos. | Bart Schaefer | 2001-10-14 | 1 | -2/+2 |
| | |||||
* | 16005: Completion/Unix/Command/_mount: check /etc/filesystems under Linux. | Clint Adams | 2001-10-10 | 1 | -4/+6 |
| | |||||
* | Insert missing single quote. | Bart Schaefer | 2001-10-08 | 1 | -1/+1 |
| | |||||
* | 15941: complete reiserfs mount options. | Clint Adams | 2001-10-05 | 1 | -1/+12 |
| | |||||
* | 15940: complete -o utf8 for mount -t vfat. | Clint Adams | 2001-10-05 | 1 | -1/+2 |
| | |||||
* | 15939: complete xfs mount options (for Linux). | Clint Adams | 2001-10-05 | 1 | -1/+21 |
| | |||||
* | 15938: complete ext3 mount options | Clint Adams | 2001-10-05 | 1 | -1/+7 |
| | |||||
* | 15390: Cygwin support | Andrey Borzenkov | 2001-07-13 | 1 | -0/+44 |
| | |||||
* | fix for comparguments (completing after single letter options that get their ↵ | Sven Wischnowsky | 2001-06-13 | 1 | -2/+2 |
| | | | | 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) | ||||
* | 14883 | Sven Wischnowsky | 2001-06-13 | 1 | -7/+118 |
| | |||||
* | spelling corrections | Oliver Kiddle | 2001-05-29 | 1 | -7/+7 |
| | |||||
* | moved from Completion/User/_mount | Sven Wischnowsky | 2001-04-02 | 1 | -0/+578 |