1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-12-09 18:51:46 +01:00

manual/8992

This commit is contained in:
Tanaka Akira 1999-12-10 14:47:55 +00:00
parent d5d015115c
commit 188e6569db
49 changed files with 1061 additions and 699 deletions

View file

@ -488,7 +488,8 @@ _cvs_extract_file_entries () {
(( $+functions[_cvs_extract_modifiedfile_entries] )) ||
_cvs_extract_modifiedfile_entries () {
if _style cvs disable-stat || ! { zmodload -e stat || zmodload stat }; then
if zstyle -t ":completion${curcontext}:cvs" disable-stat ||
! { zmodload -e stat || zmodload stat }; then
_cvs_extract_file_entries
return
fi