aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax/fetchmail.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/syntax/fetchmail.vim')
-rw-r--r--runtime/syntax/fetchmail.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/syntax/fetchmail.vim b/runtime/syntax/fetchmail.vim
index f9c8e0112f..50d6b82562 100644
--- a/runtime/syntax/fetchmail.vim
+++ b/runtime/syntax/fetchmail.vim
@@ -2,7 +2,7 @@
" Language: fetchmail(1) RC File
" Maintainer: Doug Kearns <dougkearns@gmail.com>
" Previous Maintainer: Nikolai Weibull <now@bitwi.se>
-" Latest Revision: 2022 Jun 30
+" Latest Revision: 2022 Jul 02
" Version 6.4.3
@@ -62,7 +62,7 @@ syn match fetchmailNoise display '[:;,]'
syn keyword fetchmailSet nextgroup=fetchmailOptions skipwhite skipnl set
syn keyword fetchmailOptions daemon postmaster bouncemail spambounce
- \ softbounce logfile idfile syslog properties
+ \ softbounce logfile pidfile idfile syslog properties
syn match fetchmailOptions '\<no\_s\+\(bouncemail\|spambounce\|softbounce\|syslog\)'
hi def link fetchmailComment Comment