diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2003-05-14 15:09:14 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2003-05-14 15:09:14 +0000 |
commit | 62719196b27496c3cc4ff97a92fc03627b1bab38 (patch) | |
tree | e3d8dbd8126d1717a09272c0fcbf1125ecc4b975 /Src/zsh.h | |
parent | 2b744cb21d87de89495d2e66843946008c98f556 (diff) | |
download | zsh-62719196b27496c3cc4ff97a92fc03627b1bab38.tar.gz zsh-62719196b27496c3cc4ff97a92fc03627b1bab38.tar.xz zsh-62719196b27496c3cc4ff97a92fc03627b1bab38.zip |
18536: EMACS and VI compatibility options
Diffstat (limited to 'Src/zsh.h')
-rw-r--r-- | Src/zsh.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/zsh.h b/Src/zsh.h index 033005dfc..1733ce9bc 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -1418,6 +1418,7 @@ enum { CSHJUNKIEQUOTES, CSHNULLCMD, CSHNULLGLOB, + EMACSMODE, EQUALS, ERREXIT, ERRRETURN, @@ -1515,6 +1516,7 @@ enum { TYPESETSILENT, UNSET, VERBOSE, + VIMODE, XTRACE, USEZLE, DVORAK, |