diff options
Diffstat (limited to 'Functions')
-rw-r--r-- | Functions/zls | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Functions/zls b/Functions/zls index f2299903c..22138cd6c 100644 --- a/Functions/zls +++ b/Functions/zls @@ -32,7 +32,7 @@ local time=mtime tmod=m if ((! ARGC)) then if [[ $opts = *t* ]]; then - set *(O$tmod) + set *(o$tmod) else set * fi @@ -44,7 +44,7 @@ elif [[ $opts = *t* && $ARGC -gt 1 ]]; then for (( f = 2; f <= $ARGC; f++ )); do n="$n|\$$f" done - eval "argv=(($n)(O$tmod))" + eval "argv=(($n)(o$tmod))" fi for f in $* |