From 4410572254006eea5b8205042545ca348df5b5e5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sat, 12 Jun 2021 00:37:31 +0200 Subject: [PATCH] - up to 8.2.2529 --- sudoers-include.patch | 9 --------- 1 file changed, 9 deletions(-) diff --git a/sudoers-include.patch b/sudoers-include.patch index f252fb0..2fe2a7c 100644 --- a/sudoers-include.patch +++ b/sudoers-include.patch @@ -5,15 +5,6 @@ Date: Fri, 27 Dec 2013 19:57:35 +0200 --- vim74/runtime/syntax/sudoers.vim 2011-02-25 15:05:44.000000000 +0200 +++ vim74/runtime/syntax/sudoers.vim 2013-12-27 20:00:19.631344071 +0200 -@@ -24,7 +24,7 @@ syn cluster sudoersCmndSpecList co - - syn keyword sudoersTodo contained TODO FIXME XXX NOTE - --syn region sudoersComment display oneline start='#' end='$' contains=sudoersTodo -+syn region sudoersComment display oneline start='#' end='$' contains=sudoersTodo,sudoersIncludeDirective - syn region sudoersInclude display oneline start='#\(include\|includedir\)' end='$' - - syn keyword sudoersAlias User_Alias Runas_Alias nextgroup=sudoersUserAlias skipwhite skipnl @@ -142,6 +142,8 @@ syn match sudoersCommandArgsInSpec contained '[^[:space:],:=\\]\+\%(\\[[:space:],:=\\][^[:space:],:=\\]*\)*' nextgroup=sudoersCommandArgsInSpec,@sudoersCmndSpec skipwhite syn match sudoersCommandEmptyInSpec contained '""' nextgroup=@sudoersCmndSpec skipwhite skipnl -- 2.44.0