about summary refs log tree commit diff
path: root/Src/options.c
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2010-10-02 21:03:03 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2010-10-02 21:03:03 +0000
commit66f32a80dced4f03345b951573789821ecc8164e (patch)
tree6626d6793f69e502104a5fd691ca2e9b8d1fb189 /Src/options.c
parent377f2bb8124d441e6927856c51e61c40516ae09e (diff)
downloadzsh-66f32a80dced4f03345b951573789821ecc8164e.tar.gz
zsh-66f32a80dced4f03345b951573789821ecc8164e.tar.xz
zsh-66f32a80dced4f03345b951573789821ecc8164e.zip
28308/28310: HIST_LEX_WORDS, check for quick history read
Diffstat (limited to 'Src/options.c')
-rw-r--r--Src/options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/options.c b/Src/options.c
index 02b471925..a2d5e0855 100644
--- a/Src/options.c
+++ b/Src/options.c
@@ -149,6 +149,7 @@ static struct optname optns[] = {
 {{NULL, "histignorealldups",  0},			 HISTIGNOREALLDUPS},
 {{NULL, "histignoredups",     0},			 HISTIGNOREDUPS},
 {{NULL, "histignorespace",    0},			 HISTIGNORESPACE},
+{{NULL, "histlexwords",	      0},			 HISTLEXWORDS},
 {{NULL, "histnofunctions",    0},			 HISTNOFUNCTIONS},
 {{NULL, "histnostore",	      0},			 HISTNOSTORE},
 {{NULL, "histsubstpattern",   OPT_EMULATE},              HISTSUBSTPATTERN},