zsh:autoload:ls: Rephrase comment

This commit is contained in:
2020-09-28 03:19:12 +02:00
parent 6fbe63be67
commit 86ad1a8536

View File

@@ -7,8 +7,8 @@
## there are no visible files or the directory matches the pattern (POSIX ERE) ## there are no visible files or the directory matches the pattern (POSIX ERE)
## defined in $LS_SHOW_ALL_DIRS. ## defined in $LS_SHOW_ALL_DIRS.
# Do not include hidden files and expand to an empty string instead of giving an # Do not include hidden files when globbing and expand to an empty string
# error when globbing. # instead of giving an error when no files match.
builtin emulate -L zsh -o no_glob_dots -o null_glob builtin emulate -L zsh -o no_glob_dots -o null_glob
# Overwrite here or before calling to change the directories in which hidden # Overwrite here or before calling to change the directories in which hidden