about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2000-05-08 15:56:37 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2000-05-08 15:56:37 +0000
commit705fd24fd5c64fcf0bd59c0cda29a2125d7199e3 (patch)
tree4ac67d6fd6a296492e1f4c6b3e1fe00311570591 /Src/zsh.h
parent3c04bfefdad1bb6d2d44b907ddafa5a32d5f7f79 (diff)
downloadzsh-705fd24fd5c64fcf0bd59c0cda29a2125d7199e3.tar.gz
zsh-705fd24fd5c64fcf0bd59c0cda29a2125d7199e3.tar.xz
zsh-705fd24fd5c64fcf0bd59c0cda29a2125d7199e3.zip
11044, 11260: DVORAK options for spell checking.
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index 585e94e59..dec00c9e7 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -1431,6 +1431,7 @@ enum {
     VERBOSE,
     XTRACE,
     USEZLE,
+    DVORAK,
     OPT_SIZE
 };