about summary refs log tree commit diff
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2001-10-05 01:37:59 +0000
committerClint Adams <clint@users.sourceforge.net>2001-10-05 01:37:59 +0000
commit8c75b8b4f04015cd8186c79d6d126e8f2c5dccbe (patch)
tree4d5c328f5557cba6f144eedac268295a7683f25a
parentaa88d24f9e910afe63f0e4b784630caf47b2bb43 (diff)
downloadzsh-8c75b8b4f04015cd8186c79d6d126e8f2c5dccbe.tar.gz
zsh-8c75b8b4f04015cd8186c79d6d126e8f2c5dccbe.tar.xz
zsh-8c75b8b4f04015cd8186c79d6d126e8f2c5dccbe.zip
15940: complete -o utf8 for mount -t vfat.
-rw-r--r--ChangeLog3
-rw-r--r--Completion/Unix/Command/_mount3
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b298b8b6..a07d743ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-10-05  Clint Adams  <clint@zsh.org>
 
+        * 15940: Completion/Unix/Command/_mount:
+        complete -o utf8 for mount -t vfat.
+
         * 15939: Completion/Unix/Command/_mount:
 	complete xfs mount options (for Linux).
 
diff --git a/Completion/Unix/Command/_mount b/Completion/Unix/Command/_mount
index d92f56f20..a3f3d3a44 100644
--- a/Completion/Unix/Command/_mount
+++ b/Completion/Unix/Command/_mount
@@ -330,9 +330,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:'