1
0
Fork 0
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:
Wayne Davison 2005-03-18 22:40:23 +00:00
parent 70c4511893
commit e6435dcca6

View file

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