From a9061ccaf7d64a077135e46f6cec5dfb3f192596 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Wed, 9 May 2001 16:57:30 +0000 Subject: update; in particular enable new style completion from ex. startup file (14283) --- Etc/FEATURES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Etc') diff --git a/Etc/FEATURES b/Etc/FEATURES index 1953a5de1..4734d80f8 100644 --- a/Etc/FEATURES +++ b/Etc/FEATURES @@ -5,13 +5,13 @@ ZSH FEATURES very close to ksh/sh grammar, with csh additions most features of ksh, bash, and tcsh can emulate ksh or POSIX sh -81 builtins, 102 options, 162 key bindings +100 builtins, 145 options, 166 key bindings short for loops, ex: for i (*.c) echo $i select shell functions conditional expressions (test builtin, [ ... ], and ksh-style [[ ... ]]) global aliases (may be expanded anywhere on the line) -directory stack access with =num +directory stack access with ~num process substitution (vi =(cmd) edits the output of cmd) generalized pipes (ls foo >>(cmd1) 2>>(cmd2) pipes stdout to cmd1 and stderr to cmd2) -- cgit 1.4.1