]> git.pld-linux.org Git - packages/vim.git/blobdiff - 027_all_vim-7.0-automake-substitutions-93378.patch
glibc rebuild
[packages/vim.git] / 027_all_vim-7.0-automake-substitutions-93378.patch
index e6849f5d2933a99d61e91ce0388459040ce189cd..ae73eb864f9da7edb43142fa56fc1e203d47139d 100644 (file)
@@ -1,33 +1,39 @@
-Index: runtime/syntax/automake.vim
-===================================================================
-RCS file: /cvsroot/vim/vim/runtime/syntax/automake.vim,v
-retrieving revision 1.5
-diff -u -r1.5 automake.vim
---- runtime/syntax/automake.vim        13 May 2001 20:01:37 -0000      1.5
-+++ runtime/syntax/automake.vim        23 May 2005 09:57:19 -0000
-@@ -44,6 +44,8 @@
- syn region  automakeMakeSString start=+'+  skip=+\\'+  end=+'+  contains=makeIdent,automakeSubstitution
+---
+ runtime/syntax/automake.vim | 3 +++
+ runtime/syntax/make.vim     | 6 ++----
+ 2 files changed, 5 insertions(+), 4 deletions(-)
+
+diff --git a/runtime/syntax/automake.vim b/runtime/syntax/automake.vim
+index 8a7db7c..cb2b82f 100644
+--- a/runtime/syntax/automake.vim
++++ b/runtime/syntax/automake.vim
+@@ -53,6 +53,9 @@ syn region  automakeMakeSString start=+'+  skip=+\\'+  end=+'+  contains=makeIde
  syn region  automakeMakeBString start=+`+  skip=+\\`+  end=+`+  contains=makeIdent,makeSString,makeDString,makeNextLine,automakeSubstitution
  
+ " Define the default highlighting.
++
 +syn cluster makeCommandsContains add=autoMakeSubst,automakeMakeError,automakeBadSubst
 +
- " 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
-Index: runtime/syntax/make.vim
-===================================================================
-RCS file: /cvsroot/vim/vim/runtime/syntax/make.vim,v
-retrieving revision 1.15
-diff -u -r1.15 make.vim
---- runtime/syntax/make.vim    8 May 2004 00:02:43 -0000       1.15
-+++ runtime/syntax/make.vim    23 May 2005 09:57:19 -0000
-@@ -58,7 +58,8 @@
- syn match makeSpecTarget              "^\.\(SUFFIXES\|PHONY\|DEFAULT\|PRECIOUS\|IGNORE\|SILENT\|EXPORT_ALL_VARIABLES\|KEEP_STATE\|LIBPATTERNS\|NOTPARALLEL\|DELETE_ON_ERROR\|INTERMEDIATE\|POSIX\|SECONDARY\)\>::\=\s*$" contains=makeIdent skipnl nextgroup=makeCommands,makeCommandError
+ " Only when an item doesn't have highlighting yet
+ hi def link automakePrimary     Statement
+diff --git a/runtime/syntax/make.vim b/runtime/syntax/make.vim
+index 2a64dcd..7325db1 100644
+--- a/runtime/syntax/make.vim
++++ b/runtime/syntax/make.vim
+@@ -62,10 +62,8 @@ syn match makeSpecTarget    "^\.\(SUFFIXES\|PHONY\|DEFAULT\|PRECIOUS\|IGNORE\|SILEN
+       \ skipnl nextgroup=makeCommands,makeCommandError
  
  syn match makeCommandError "^\s\+\S.*" contained
--syn region makeCommands start=";"hs=s+1 start="^\t" end="^[^\t#]"me=e-1,re=e-1 end="^$" contained contains=makeCmdNextLine,makeSpecial,makeComment,makeIdent,makePreCondit,makeDefine,makeDString,makeSString nextgroup=makeCommandError
+-syn region makeCommands contained start=";"hs=s+1 start="^\t"
+-      \ end="^[^\t#]"me=e-1,re=e-1 end="^$"
+-      \ contains=makeCmdNextLine,makeSpecial,makeComment,makeIdent,makePreCondit,makeDefine,makeDString,makeSString
+-      \ nextgroup=makeCommandError
 +syn region makeCommands start=";"hs=s+1 start="^\t" end="^[^\t#]"me=e-1,re=e-1 end="^$" contained contains=@makeCommandsContains nextgroup=makeCommandError
 +syn cluster makeCommandsContains add=makeCmdNextLine,makeSpecial,makeComment,makeIdent,makePreCondit,makeDefine,makeDString,makeSString
  syn match makeCmdNextLine     "\\\n."he=e-1 contained
  
+ " some directives
+-- 
+2.24.1
+
This page took 0.067391 seconds and 4 git commands to generate.