mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-11 22:51:17 +02:00
44085: _remote_files: Prevent ls/alias settings from mangling file listings
This commit is contained in:
parent
29222ca186
commit
c01f10db5e
2 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2019-02-26 dana <dana@dana.is>
|
||||
|
||||
* 44085: Completion/Unix/Type/_remote_files: Prevent ls/alias
|
||||
settings from mangling file listings
|
||||
|
||||
* 44080: Completion/BSD/Command/_bsd_pkg,
|
||||
Completion/BSD/Command/_fetch, Completion/Darwin/Command/_hdiutil,
|
||||
Completion/Darwin/Command/_otool,
|
||||
|
|
|
@ -59,7 +59,10 @@ if zstyle -T ":completion:${curcontext}:files" remote-access; then
|
|||