about summary refs log tree commit diff
path: root/Src/zsh.h
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/zsh.h
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/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 7849b6986..cc50826e5 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -1942,6 +1942,7 @@ enum {
     HISTIGNOREALLDUPS,
     HISTIGNOREDUPS,
     HISTIGNORESPACE,
+    HISTLEXWORDS,
     HISTNOFUNCTIONS,
     HISTNOSTORE,
     HISTREDUCEBLANKS,