diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2000-07-26 09:24:24 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-07-26 09:24:24 +0000 |
commit | 714efe5ff99f6d498ec1733648d130bdc414466d (patch) | |
tree | fb1d711e85c4ad67f28860770f6dd835a9b717c1 /ChangeLog | |
parent | f303f2ea63ce70f63355349bc0130ddb04a251f8 (diff) | |
download | zsh-714efe5ff99f6d498ec1733648d130bdc414466d.tar.gz zsh-714efe5ff99f6d498ec1733648d130bdc414466d.tar.xz zsh-714efe5ff99f6d498ec1733648d130bdc414466d.zip |
Enable the insert-tab style in zed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8e2683973..2de1a0010 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,10 @@ Doc/Zsh/compsys.yo: Separate compinit security checks into their own callable function. + * 12370: Functions/Misc/zed: Add a context for controlling + completion within zed, and a style to enable tab insertion at the + beginnings of lines in zed by default. + * 12162: Completion/Core/_expand, Completion/Core/_path_files, Src/utils.c: Use `eval' instead of `$(print ...)' to suppress some syntax error failures; this requires that zwarn() does not |