From d669a9a0453c84298eb9a25ac6a85b6ab9d55644 Mon Sep 17 00:00:00 2001 From: dana Date: Wed, 27 Feb 2019 19:27:59 -0600 Subject: 44090 (re: 44085): _remote_files: Don't set QUOTING_STYLE The syntax was incompatible with some shells, and it's probably not a big enough concern to work around it --- Completion/Unix/Type/_remote_files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Type/_remote_files') 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 '*/' -- cgit 1.4.1