]> git.pld-linux.org Git - packages/vim.git/blobdiff - 010_all_vim-6.3-vixie.patch
- up to 8.1.0250
[packages/vim.git] / 010_all_vim-6.3-vixie.patch
index f8b7d261ba2c5b6072315218665a8a0b52726c57..9440f655cf1ea84b210535a1a1524a1cc584fb14 100644 (file)
@@ -1,5 +1,5 @@
---- vim74/runtime/syntax/crontab.vim~  2013-09-06 00:07:40.000000000 +0300
-+++ vim74/runtime/syntax/crontab.vim   2013-09-06 00:09:14.394009460 +0300
+--- vim-7.4.979/runtime/syntax/crontab.vim~    2015-12-22 11:05:52.000000000 +0200
++++ vim-7.4.979/runtime/syntax/crontab.vim     2015-12-22 11:06:53.383500266 +0200
 @@ -18,17 +18,20 @@
    finish
  endif
@@ -25,7 +25,7 @@
  syntax match crontabCmnt "^\s*#.*" contains=@Spell
  syntax match crontabPercent "[^\\]%.*"lc=1 contained
  
-@@ -37,6 +40,12 @@
+@@ -36,6 +39,11 @@
  
  syntax match crontabVar "^\s*\k\w*\s*="me=e-1
  
 +syntax match crontabVarEq contained /=/ nextgroup=CrontabVarValQ,CrontabVarVal skipwhite
 +syntax match crontabVarValQ contained /\(["']\).*\1/ skipwhite
 +syntax match crontabVarVal contained /["']\@!\S\+/ skipwhite
-+ 
 +
  " Define the default highlighting.
  " For version 5.7 and earlier: only when not done already
  " For version 5.8 and later: only when an item doesn't have highlighting yet
-@@ -48,6 +57,7 @@
-     command -nargs=+ HiLink hi def link <args>
-   endif
-+  HiLink crontabSpecial         PreProc
  HiLink crontabMin           Number
  HiLink crontabHr            PreProc
  HiLink crontabDay           Type
-@@ -69,6 +79,13 @@
+@@ -63,6 +57,7 @@
+               command -nargs=+ hi def link hi def link <args>
+       endif
++hi def link crontabSpecial            PreProc
hi def link crontabMin                Number
hi def link crontabHr         PreProc
hi def link crontabDay                Type
+@@ -84,6 +79,13 @@
  " comment out next line for to suppress unix commands coloring.
  HiLink crontabCmd           Statement
hi def link crontabCmd                Statement
  
-+  HiLink crontabCmdSpecial      Special
++hi def link crontabCmdSpecial Special
 +
-+  HiLink crontabVar            Identifier
-+  HiLink crontabVarEq          Special
-+  HiLink crontabVarVal         Constant
-+  HiLink crontabVarValQ                String
++hi def link crontabVar                Identifier
++hi def link crontabVarEq              Special
++hi def link crontabVarVal             Constant
++hi def link crontabVarValQ            String
 +
  HiLink crontabCmnt          Comment
hi def link crontabCmnt               Comment
  
  delcommand HiLink
hi def link
This page took 0.030108 seconds and 4 git commands to generate.