Blame vim-7.4-licensemacro-1151450.patch

Karsten Hopp 35af1a
diff -up vim74_new/runtime/syntax/spec.vim.1151450 vim74_new/runtime/syntax/spec.vim
Karsten Hopp 35af1a
--- vim74_new/runtime/syntax/spec.vim.1151450	2014-10-13 10:45:07.570944538 +0200
Karsten Hopp 35af1a
+++ vim74_new/runtime/syntax/spec.vim	2014-10-13 10:44:09.046945965 +0200
Karsten Hopp 35af1a
@@ -88,9 +88,9 @@ syn region specSectionMacroBracketArea o
Karsten Hopp 35af1a
 "%% Files Section %%
Karsten Hopp 35af1a
 "TODO %config valid parameters: missingok\|noreplace
Karsten Hopp 35af1a
 "TODO %verify valid parameters: \(not\)\= \(md5\|atime\|...\)
Karsten Hopp 35af1a
-syn region specFilesArea matchgroup=specSection start='^%[Ff][Ii][Ll][Ee][Ss]\>' skip='%\(attrib\|defattr\|attr\|dir\|config\|docdir\|doc\|lang\|verify\|ghost\)\>' end='^%[a-zA-Z]'me=e-2 contains=specFilesOpts,specFilesDirective,@specListedFiles,specComment,specCommandSpecial,specMacroIdentifier
Karsten Hopp 35af1a
+syn region specFilesArea matchgroup=specSection start='^%[Ff][Ii][Ll][Ee][Ss]\>' skip='%\(attrib\|defattr\|attr\|dir\|config\|docdir\|doc\|lang\|verify\|ghost\|license\)\>' end='^%[a-zA-Z]'me=e-2 contains=specFilesOpts,specFilesDirective,@specListedFiles,specComment,specCommandSpecial,specMacroIdentifier
Karsten Hopp 35af1a
 "tip: remember to include new itens in specFilesArea above
Karsten Hopp 35af1a
-syn match  specFilesDirective contained '%\(attrib\|defattr\|attr\|dir\|config\|docdir\|doc\|lang\|verify\|ghost\)\>'
Karsten Hopp 35af1a
+syn match  specFilesDirective contained '%\(attrib\|defattr\|attr\|dir\|config\|docdir\|doc\|lang\|verify\|ghost\|license\)\>'
Karsten Hopp 35af1a
 
Karsten Hopp 35af1a
 "valid options for certain section headers
Karsten Hopp 35af1a
 syn match specDescriptionOpts contained '\s-[ln]\s*\a'ms=s+1,me=e-1