diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2005-03-18 22:40:26 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2005-03-18 22:40:26 +0000 |
commit | 5d07d6db9abb872ab7f363dcf74329a3960ff24e (patch) | |
tree | 9a415149f806596294cad5d65520eb00729ba47d | |
parent | e6435dcca6009a19881119af27a19a54461e260b (diff) | |
download | zsh-5d07d6db9abb872ab7f363dcf74329a3960ff24e.tar.gz zsh-5d07d6db9abb872ab7f363dcf74329a3960ff24e.tar.xz zsh-5d07d6db9abb872ab7f363dcf74329a3960ff24e.zip |
Added the histsavebycopy option.
-rw-r--r-- | Src/options.c | 1 |
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}, |