summaryrefslogtreecommitdiff
path: root/Src/options.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2005-03-18 22:40:26 +0000
committerWayne Davison <wayned@users.sourceforge.net>2005-03-18 22:40:26 +0000
commit5d07d6db9abb872ab7f363dcf74329a3960ff24e (patch)
tree9a415149f806596294cad5d65520eb00729ba47d /Src/options.c
parente6435dcca6009a19881119af27a19a54461e260b (diff)
downloadzsh-5d07d6db9abb872ab7f363dcf74329a3960ff24e.tar.gz
zsh-5d07d6db9abb872ab7f363dcf74329a3960ff24e.zip
Added the histsavebycopy option.
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 70a7364fc..03312a0b4 100644
--- a/Src/options.c
+++ b/Src/options.c
@@ -138,6 +138,7 @@ static struct optname optns[] = {
{NULL, "histnofunctions", 0, HISTNOFUNCTIONS},
{NULL, "histnostore", 0, HISTNOSTORE},
{NULL, "histreduceblanks", 0, HISTREDUCEBLANKS},
+{NULL, "histsavebycopy", OPT_ALL, HISTSAVEBYCOPY},
{NULL, "histsavenodups", 0, HISTSAVENODUPS},
{NULL, "histverify", 0, HISTVERIFY},
{NULL, "hup", OPT_EMULATE|OPT_ZSH, HUP},