]> git.pld-linux.org Git - packages/vim.git/commitdiff
- up to 8.2.2529
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 11 Jun 2021 22:37:31 +0000 (00:37 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 11 Jun 2021 22:37:31 +0000 (00:37 +0200)
sudoers-include.patch

index f252fb0fc48aeba64c34c60dee3753c5803d6cbe..2fe2a7c0ee4441db773d0bee06504dfc28679115 100644 (file)
@@ -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
This page took 0.131147 seconds and 4 git commands to generate.