vim-patch:5ed11535e069 (#19256)

Update runtime files
5ed11535e0
This commit is contained in:
Christian Clason
2022-07-07 08:15:33 +02:00
committed by GitHub
parent 6b72ee1f15
commit 55e81b0fe8
6 changed files with 15 additions and 11 deletions

View File

@@ -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