Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

minor (but necessary) helpfiles change



*** 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