From 5d07d6db9abb872ab7f363dcf74329a3960ff24e Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 18 Mar 2005 22:40:26 +0000 Subject: Added the histsavebycopy option. --- Src/options.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Src/options.c') 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}, -- cgit 1.4.1