about summary refs log tree commit diff
path: root/Completion/Unix/Command/_mount
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2001-10-05 01:36:55 +0000
committerClint Adams <clint@users.sourceforge.net>2001-10-05 01:36:55 +0000
commitf7fa53ecaa9a6ef8b443d58e105057fc5a6ab719 (patch)
tree8c7e21456804eb4f80d4a8a033b81262e317604d /Completion/Unix/Command/_mount
parent16fe57acd48a47832acae1f0fe7e3c38483c408b (diff)
downloadzsh-f7fa53ecaa9a6ef8b443d58e105057fc5a6ab719.tar.gz
zsh-f7fa53ecaa9a6ef8b443d58e105057fc5a6ab719.tar.xz
zsh-f7fa53ecaa9a6ef8b443d58e105057fc5a6ab719.zip
15940: complete -o utf8 for mount -t vfat.
Diffstat (limited to 'Completion/Unix/Command/_mount')
-rw-r--r--Completion/Unix/Command/_mount3
1 files changed, 2 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_mount b/Completion/Unix/Command/_mount
index da33b5fe7..dead111b0 100644
--- a/Completion/Unix/Command/_mount
+++ b/Completion/Unix/Command/_mount
@@ -374,9 +374,10 @@ if (( ! $+_fs_any )); then
     _fs_msdos=( "$_fs_fat[@]" )
     _fs_umsdos=( "$_fs_fat[@]" )
     _fs_vfat=( "$_fs_fat[@]"
-      'uni_xlate[translate unicode to escaped sequences]'
+      '(utf8)uni_xlate[translate unicode to escaped sequences]'
       'posix[allow file names only differing in case]'
       'nonumtail[try short name before number extension]'
+      '(uni_xlate)utf8[mount the filesystem in UTF8 mode]'
     )
     _fs_hpfs=(
       'uid[specify user ID of all files]:user ID:'