1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 13:33:52 +01:00

Added HISTSAVEBYCOPY to the options enum.

This commit is contained in:
Wayne Davison 2005-03-18 22:40:23 +00:00
parent 70c4511893
commit e6435dcca6

@ -1514,6 +1514,7 @@ enum {
HISTNOFUNCTIONS,
HISTNOSTORE,
HISTREDUCEBLANKS,
HISTSAVEBYCOPY,
HISTSAVENODUPS,
HISTVERIFY,
HUP,