mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-13 13:41:01 +02:00
One more "wordcode" change.
This commit is contained in:
parent
6dee55ed9c
commit
73e23c7999
1 changed files with 2 additions and 2 deletions
|
@ -119,9 +119,9 @@ example(zrecompile -p \
|
|||
~/zsh/comp.zwc ~/zsh/Completion/*/_*)
|
||||
|
||||
This compiles tt(~/.zshrc) into tt(~/.zshrc.zwc) if that doesn't exist or
|
||||
if it is older than tt(~/.zshrc). The wordcode file will be marked for
|
||||
if it is older than tt(~/.zshrc). The compiled file will be marked for
|
||||
reading instead of mapping. The same is done for tt(~/.zcompdump) and
|
||||
tt(~/.zcompdump.zwc), but this wordcode file is marked for mapping. The
|
||||
tt(~/.zcompdump.zwc), but this compiled file is marked for mapping. The
|
||||
last line re-creates the file tt(~/zsh/comp.zwc) if any of the files
|
||||
matching the given pattern is newer than it.
|
||||
|
||||
|
|
Loading…
Reference in a new issue