From 2eae5db069dc171f74cd863487655f6a88e5384d Mon Sep 17 00:00:00 2001 From: Mehmet Samet Duman Date: Fri, 3 Apr 2026 22:21:25 +0300 Subject: NOISSUE rebrand vim to MNV's not Vim Signed-off-by: Mehmet Samet Duman --- uvim/runtime/syntax/fetchmail.vim | 83 --------------------------------------- 1 file changed, 83 deletions(-) delete mode 100644 uvim/runtime/syntax/fetchmail.vim (limited to 'uvim/runtime/syntax/fetchmail.vim') diff --git a/uvim/runtime/syntax/fetchmail.vim b/uvim/runtime/syntax/fetchmail.vim deleted file mode 100644 index 50d6b82562..0000000000 --- a/uvim/runtime/syntax/fetchmail.vim +++ /dev/null @@ -1,83 +0,0 @@ -" Vim syntax file -" Language: fetchmail(1) RC File -" Maintainer: Doug Kearns -" Previous Maintainer: Nikolai Weibull -" Latest Revision: 2022 Jul 02 - -" Version 6.4.3 - -if exists("b:current_syntax") - finish -endif - -let s:cpo_save = &cpo -set cpo&vim - -syn keyword fetchmailTodo contained FIXME TODO XXX NOTE - -syn region fetchmailComment start='#' end='$' contains=fetchmailTodo,@Spell - -syn match fetchmailNumber display '\<\d\+\>' - -syn region fetchmailString start=+"+ skip=+\\\\\|\\"+ end=+"+ - \ contains=fetchmailStringEsc -syn region fetchmailString start=+'+ skip=+\\\\\|\\'+ end=+'+ - \ contains=fetchmailStringEsc - -syn match fetchmailStringEsc contained '\\\([ntb]\|0\d*\|x\x\+\)' - -syn region fetchmailKeyword transparent matchgroup=fetchmailKeyword - \ start='\' - \ end='\' - \ contains=ALLBUT,fetchmailOptions,fetchmailSet - -syn keyword fetchmailServerOpts contained via proto[col] local[domains] port - \ service auth[enticate] timeout envelope - \ qvirtual aka interface monitor plugin plugout - \ dns checkalias uidl interval tracepolls - \ principal esmtpname esmtppassword -" removed in 6.3.0 -syn keyword fetchmailServerOpts contained netsec -syn match fetchmailServerOpts contained '\' -syn match fetchmailServerOpts contained '\