mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 10:21:46 +02:00
Added the histsavebycopy option.
This commit is contained in:
parent
e6435dcca6
commit
5d07d6db9a
1 changed files with 1 additions and 0 deletions
|
@ -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},
|
||||
|
|
Loading…
Reference in a new issue