r470 - trunk/vim/patches
Pierre Habouzit
madcoder at costa.debian.org
Mon Jan 16 09:59:01 UTC 2006
Author: madcoder
Date: 2006-01-16 09:59:01 +0000 (Mon, 16 Jan 2006)
New Revision: 470
Added:
trunk/vim/patches/154_svn.vim.diff
Log:
forgot to add the patch
Added: trunk/vim/patches/154_svn.vim.diff
===================================================================
--- trunk/vim/patches/154_svn.vim.diff 2006-01-16 09:58:49 UTC (rev 469)
+++ trunk/vim/patches/154_svn.vim.diff 2006-01-16 09:59:01 UTC (rev 470)
@@ -0,0 +1,22 @@
+Index: vim/vim/runtime/syntax/svn.vim
+===================================================================
+--- vim.orig/vim/runtime/syntax/svn.vim 2003-06-21 16:11:27.000000000 +0200
++++ vim/vim/runtime/syntax/svn.vim 2006-01-16 10:56:08.000000000 +0100
+@@ -13,7 +13,7 @@
+ finish
+ endif
+
+-syn region svnRegion start="--This line, and those below, will be ignored--" end="\%$" contains=ALL
++syn region svnRegion start="^--[^-]*--$" end="\%$" contains=ALL
+ syn match svnRemoved "^D .*$" contained
+ syn match svnAdded "^A[ M] .*$" contained
+ syn match svnModified "^M[ M] .*$" contained
+@@ -21,7 +21,7 @@
+
+ " Synchronization.
+ syn sync clear
+-syn sync match svnSync grouphere svnRegion "--This line, and those below, will be ignored--"me=s-1
++syn sync match svnSync grouphere svnRegion "^--[^-]*--$"me=s-1
+
+ " Define the default highlighting.
+ " For version 5.7 and earlier: only when not done already.
More information about the pkg-vim-maintainers
mailing list