From ef5057cdec1086930831b44ffdd9cac4606f953d Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Tue, 9 Jan 2024 09:47:44 +0000 Subject: [PATCH] adjust vim syntax file: `fastcgi param' is not deprecated Only a server-level bare `param' is (and in hindsight it was just a terrible idea to add it in the first place.) --- contrib/vim/syntax/gmid.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/vim/syntax/gmid.vim b/contrib/vim/syntax/gmid.vim index 3a52b10..24be9a5 100644 --- a/contrib/vim/syntax/gmid.vim +++ b/contrib/vim/syntax/gmid.vim @@ -51,7 +51,6 @@ syn cluster gmidValues contains=gmidNumber, " TODO: write comprehensive syntax rules so it can be checked with: " syn match gmidError '.' syn keyword gmidDeprecated ipv6 nextgroup=gmidBoolean skipwhite -syn match gmidDeprecated "\" display " Comments: {{{2 " =========