about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Type/_remote_files2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Type/_remote_files b/Completion/Unix/Type/_remote_files
index 89cf102cf..3fa5779c8 100644
--- a/Completion/Unix/Type/_remote_files
+++ b/Completion/Unix/Type/_remote_files
@@ -61,7 +61,7 @@ if zstyle -T ":completion:${curcontext}:files" remote-access; then
   # remote filenames
   remfiles=(${(M)${(f)"$(
     _call_program files $cmd $cmd_args $host \
-      QUOTING_STYLE=literal command ls -d1FL -- "$rempat" 2>/dev/null
+      command ls -d1FL -- "$rempat" 2>/dev/null
   )"}%%[^/]#(|/)})
 
   compset -P '*/'