about summary refs log tree commit diff
path: root/Etc
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2001-05-09 16:57:30 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2001-05-09 16:57:30 +0000
commita9061ccaf7d64a077135e46f6cec5dfb3f192596 (patch)
treeb4d537e2bbf3c23e4160bce156f37af52a7e94dd /Etc
parent7f4eb970858cfd8f2a1e4dd716c403623a23a066 (diff)
downloadzsh-a9061ccaf7d64a077135e46f6cec5dfb3f192596.tar.gz
zsh-a9061ccaf7d64a077135e46f6cec5dfb3f192596.tar.xz
zsh-a9061ccaf7d64a077135e46f6cec5dfb3f192596.zip
update; in particular enable new style completion from ex. startup file (14283)
Diffstat (limited to 'Etc')
-rw-r--r--Etc/FEATURES4
1 files changed, 2 insertions, 2 deletions
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)