mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-28 05:00:59 +01:00
25131: typo with b:zstat loading zstat
This commit is contained in:
parent
e6027db326
commit
a46bb7f49d
6 changed files with 13 additions and 5 deletions
|
|
@ -561,7 +561,7 @@ _cvs_watchers() {
|
|||
_cvs_loadstat() {
|
||||
(( $+_cvs_loadstat_status )) && return $_cvs_loadstat_status
|
||||
|
||||
zmodload -F zsh/stat zstat 2>/dev/null
|
||||
zmodload -F zsh/stat b:zstat 2>/dev/null
|
||||
(( _cvs_loadstat_status = ! $+builtins[zstat] ))
|
||||
return $_cvs_loadstat_status
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue