diff options
author | Bart Schaefer <schaefer@zsh.org> | 2023-12-04 20:24:26 -0800 |
---|---|---|
committer | Bart Schaefer <schaefer@zsh.org> | 2023-12-04 20:24:26 -0800 |
commit | 57d70d1b704ee0bb6b7cae8413940914abae4156 (patch) | |
tree | 1e853206a643b5285152d50da6752942c8cd67d0 | |
parent | 9e6a54a3680f079fe5433d985c196e6c30ea57e8 (diff) | |
download | zsh-57d70d1b704ee0bb6b7cae8413940914abae4156.tar.gz zsh-57d70d1b704ee0bb6b7cae8413940914abae4156.zip |
unposted: Undo typo in previous commit
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1112,7 +1112,7 @@ * 50851: Doc/Zsh/options.yo, Src/exec.c, Src/options.c: restore state (such as typtab) when returning from a function with - localoptions (but do not take care of EMAS/CVI options). + localoptions (but do not take care of EMACS/VI options). 2022-10-31 Bart Schaefer <schaefer@zsh.org> |