From f7fa53ecaa9a6ef8b443d58e105057fc5a6ab719 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Fri, 5 Oct 2001 01:36:55 +0000 Subject: 15940: complete -o utf8 for mount -t vfat. --- ChangeLog | 3 +++ Completion/Unix/Command/_mount | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index afc6f5e86..cad77f74c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-10-05 Clint Adams + * 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 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:' -- cgit 1.4.1