]> git.pld-linux.org Git - packages/vim.git/blobdiff - sudoers-include.patch
- up to 8.1.2125
[packages/vim.git] / sudoers-include.patch
index 804287f4660ace9a25c8f8690afd175080954169..f252fb0fc48aeba64c34c60dee3753c5803d6cbe 100644 (file)
@@ -1,14 +1,19 @@
+Status: Mailed to maintainer, but no response
+
+To: Nikolai Weibull <now@bitwi.se>
+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
-@@ -23,7 +23,7 @@
+@@ -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
- syn keyword sudoersAlias              Host_Alias nextgroup=sudoersHostAlias 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
This page took 0.033528 seconds and 4 git commands to generate.