mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-01 06:20:55 +01:00
make more calls to _message use the -e option (16988)
This commit is contained in:
parent
d8fc48f7da
commit
61f8a07bfc
37 changed files with 97 additions and 72 deletions
|
|
@ -15,7 +15,7 @@ if zstyle -t ":completion:${curcontext}:" use-cache; then
|
|||
else
|
||||
mkdir -p "$_cache_dir"
|
||||
if [[ ! -d "$_cache_dir" ]]; then
|
||||
_message "Couldn't create cache-dir $_cache_dir"
|
||||
_message "couldn't create cache-dir $_cache_dir"
|
||||
return 1
|
||||
fi
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue