1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 00:41:44 +02:00

Added the histsavebycopy option.

This commit is contained in:
Wayne Davison 2005-03-18 22:40:26 +00:00
parent e6435dcca6
commit 5d07d6db9a

@ -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},