Add new directive
This commit is contained in:
parent
3090b15946
commit
8018d0a2f7
@ -1,6 +1,6 @@
|
|||||||
# vim-logrotate
|
# vim-logrotate
|
||||||
|
|
||||||
Syntax and help for logrotate config files in /etc/logrotate.d/*
|
Syntax and help for [logrotate](https://github.com/logrotate/logrotate) config files in `/etc/logrotate.d/*`
|
||||||
|
|
||||||
# Install
|
# Install
|
||||||
|
|
||||||
|
@ -20,14 +20,14 @@ runtime! syntax/conf.vim
|
|||||||
syntax keyword logRotateKeyword addextension allowhardlink compress compresscmd
|
syntax keyword logRotateKeyword addextension allowhardlink compress compresscmd
|
||||||
\ compressext compressoptions copy copytruncate create createolddir
|
\ compressext compressoptions copy copytruncate create createolddir
|
||||||
\ daily dateext dateformat datehourago dateyesterday delaycompress
|
\ daily dateext dateformat datehourago dateyesterday delaycompress
|
||||||
\ endscript extension firstaction hourly ifempty include lastaction
|
\ endscript extension firstaction hourly ifempty ignoreduplicates
|
||||||
\ mail mailfirst maillast maxage maxsize minage minsize missingok
|
\ include lastaction mail mailfirst maillast maxage maxsize minage
|
||||||
\ monthly noallowhardlink nocompress nocopy nocopytruncate nocreate
|
\ minsize missingok monthly noallowhardlink nocompress nocopy
|
||||||
\ nocreateolddir nodateext nodelaycompress nomail nomissingok
|
\ nocopytruncate nocreate nocreateolddir nodateext nodelaycompress
|
||||||
\ noolddir norenamecopy nosharedscripts noshred notifempty olddir
|
\ nomail nomissingok noolddir norenamecopy nosharedscripts noshred
|
||||||
\ postrotate preremove prerotate renamecopy rotate sharedscripts
|
\ notifempty olddir postrotate preremove prerotate renamecopy
|
||||||
\ shred shredcycles size start su tabooext taboopat uncompresscmd
|
\ rotate sharedscripts shred shredcycles size start su tabooext
|
||||||
\ weekly yearly
|
\ taboopat uncompresscmd weekly yearly
|
||||||
|
|
||||||
highlight default link logRotateKeyword Keyword
|
highlight default link logRotateKeyword Keyword
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user