mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-30 05:40:58 +01:00
24818: add HIST_FCNTL_LOCK.
unposted: update NEWS with new features
This commit is contained in:
parent
35cedab218
commit
78ce07b49f
7 changed files with 141 additions and 6 deletions
|
|
@ -135,6 +135,7 @@ static struct optname optns[] = {
|
|||
{{NULL, "histallowclobber", 0}, HISTALLOWCLOBBER},
|
||||
{{NULL, "histbeep", OPT_ALL}, HISTBEEP},
|
||||
{{NULL, "histexpiredupsfirst",0}, HISTEXPIREDUPSFIRST},
|
||||
{{NULL, "histfcntllock", 0}, HISTFCNTLLOCK},
|
||||
{{NULL, "histfindnodups", 0}, HISTFINDNODUPS},
|
||||
{{NULL, "histignorealldups", 0}, HISTIGNOREALLDUPS},
|
||||
{{NULL, "histignoredups", 0}, HISTIGNOREDUPS},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue