]> git.pld-linux.org Git - packages/vim.git/commitdiff
- allow numbers in macrobcondarea, like %{?with_gnutella2
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 21 Dec 2004 19:22:44 +0000 (19:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim-specsyntax4.patch -> 1.5

vim-specsyntax4.patch

index 483e728e7e1933b31f79446e41930c13cf6f0a9d..e13c3805e81a49e371dd7ec5993a5a0849a2fc6f 100644 (file)
@@ -27,7 +27,7 @@
 -syn region specSectionMacroArea oneline matchgroup=specSectionMacro start='^%\(define\|patch\d*\|setup\|configure2_13\|configure\|GNUconfigure\|find_lang\|makeinstall\)\>' end='$' contains=specCommandOpts,specMacroIdentifier
 +syn region specSectionMacroArea oneline matchgroup=specSectionMacro start='^%\(\(un\)\?define\|patch\d*\|setup\|configure2_13\|configure\|GNUconfigure\|find_lang\|makeinstall\|bcond_with\(out\)\?\|include\)\>' end='$' contains=specCommandOpts,specMacroIdentifier,specSectionMacroBcondArea
  syn region specSectionMacroBracketArea oneline matchgroup=specSectionMacro start='^%{\(configure2_13\|configure\|GNUconfigure\|find_lang\|makeinstall\)}' end='$' contains=specCommandOpts,specMacroIdentifier
-+syn region specSectionMacroBcondArea oneline matchgroup=specBlock start='%{!\??\(with\(out\)\?_[a-zA-Z_]\+\|debug\):' skip='\\}' end='}' contains=ALLBUT,shCase
++syn region specSectionMacroBcondArea oneline matchgroup=specBlock start='%{!\??\(with\(out\)\?_[a-zA-Z0-9_]\+\|debug\):' skip='\\}' end='}' contains=ALLBUT,shCase
  
  "%% Files Section %%
  "TODO %config valid parameters: missingok\|noreplace
This page took 0.036081 seconds and 4 git commands to generate.