Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
minor (but necessary) helpfiles change
- X-seq: zsh-workers 2856
- From: Peter Stephenson <pws@xxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx (Zsh hackers list)
- Subject: minor (but necessary) helpfiles change
- Date: Fri, 31 Jan 1997 14:34:50 +0100
*** Util/helpfiles.bak Sat Dec 21 03:35:46 1996
--- Util/helpfiles Fri Jan 31 14:32:16 1997
***************
*** 39,45 ****
# now <Esc>-h works for shell builtins.
while (<>) {
! last if /^SHELL BUILTIN COMMANDS/;
/zshbuiltins/ && $zb++;
last if ($zb && /^\s*DESCRIPTIONS/);
}
--- 39,45 ----
# now <Esc>-h works for shell builtins.
while (<>) {
! last if /^\s*SHELL BUILTIN COMMANDS/;
/zshbuiltins/ && $zb++;
last if ($zb && /^\s*DESCRIPTIONS/);
}
--
Peter Stephenson <pws@xxxxxx> Tel: +49 33762 77366
WWW: http://www.ifh.de/~pws/ Fax: +49 33762 77413
Deutsches Elektronen-Synchrotron --- Institut fuer Hochenergiephysik Zeuthen
DESY-IfH, 15735 Zeuthen, Germany.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author