mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-25 17:41:19 +02:00
Added HISTSAVEBYCOPY to the options enum.
This commit is contained in:
parent
70c4511893
commit
e6435dcca6
1 changed files with 1 additions and 0 deletions
|
@ -1514,6 +1514,7 @@ enum {
|
|||
HISTNOFUNCTIONS,
|
||||
HISTNOSTORE,
|
||||
HISTREDUCEBLANKS,
|
||||
HISTSAVEBYCOPY,
|
||||
HISTSAVENODUPS,
|
||||
HISTVERIFY,
|
||||
HUP,
|
||||
|
|
Loading…
Reference in a new issue