Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
266bd6000d | |||
8018d0a2f7 | |||
3090b15946 |
@ -1,11 +1,13 @@
|
||||
# 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
|
||||
|
||||
mkdir -p ~/.vim/pack/gitpacks/start/
|
||||
git clone https://github.com/balki/vim-logrotate
|
||||
git -C ~/.vim/pack/gitpacks/start clone https://github.com/balki/vim-logrotate
|
||||
vim +":helptags ALL" +"qa"
|
||||
|
||||
# Requirements
|
||||
|
@ -20,14 +20,14 @@ runtime! syntax/conf.vim
|
||||
syntax keyword logRotateKeyword addextension allowhardlink compress compresscmd
|
||||
\ compressext compressoptions copy copytruncate create createolddir
|
||||
\ daily dateext dateformat datehourago dateyesterday delaycompress
|
||||
\ endscript extension firstaction hourly ifempty include lastaction
|
||||
\ mail mailfirst maillast maxage maxsize minage minsize missingok
|
||||
\ monthly noallowhardlink nocompress nocopy nocopytruncate nocreate
|
||||
\ nocreateolddir nodateext nodelaycompress nomail nomissingok
|
||||
\ noolddir norenamecopy nosharedscripts noshred notifempty olddir
|
||||
\ postrotate preremove prerotate renamecopy rotate sharedscripts
|
||||
\ shred shredcycles size start su tabooext taboopat uncompresscmd
|
||||
\ weekly yearly
|
||||
\ endscript extension firstaction hourly ifempty ignoreduplicates
|
||||
\ include lastaction mail mailfirst maillast maxage maxsize minage
|
||||
\ minsize missingok monthly noallowhardlink nocompress nocopy
|
||||
\ nocopytruncate nocreate nocreateolddir nodateext nodelaycompress
|
||||
\ nomail nomissingok noolddir norenamecopy nosharedscripts noshred
|
||||
\ notifempty olddir postrotate preremove prerotate renamecopy
|
||||
\ rotate sharedscripts shred shredcycles size start su tabooext
|
||||
\ taboopat uncompresscmd weekly yearly
|
||||
|
||||
highlight default link logRotateKeyword Keyword
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user