r435 - in trunk/vim/debian: . patches

Stefano Zacchiroli zack at costa.debian.org
Wed Dec 14 22:55:03 UTC 2005


Author: zack
Date: 2005-12-14 22:55:01 +0000 (Wed, 14 Dec 2005)
New Revision: 435

Added:
   trunk/vim/debian/patches/151_sed.vim.diff
Modified:
   trunk/vim/debian/changelog
Log:
patch from the bts which improves sed's syntax highlighting


Modified: trunk/vim/debian/changelog
===================================================================
--- trunk/vim/debian/changelog	2005-12-14 22:42:34 UTC (rev 434)
+++ trunk/vim/debian/changelog	2005-12-14 22:55:01 UTC (rev 435)
@@ -12,6 +12,8 @@
     hopefully the file is clearer now ...
   * Fixed dangling manpage symlinks in vim-gui-common.
     (closes: #343195, #343171)
+  * Added patch 151_sed.vim which improve sed's syntax highlighting.
+    (closes: #336125)
 
  -- Debian VIM Maintainers <pkg-vim-maintainers at lists.alioth.debian.org>  Tue, 13 Dec 2005 07:25:29 +0100
 

Added: trunk/vim/debian/patches/151_sed.vim.diff
===================================================================
--- trunk/vim/debian/patches/151_sed.vim.diff	2005-12-14 22:42:34 UTC (rev 434)
+++ trunk/vim/debian/patches/151_sed.vim.diff	2005-12-14 22:55:01 UTC (rev 435)
@@ -0,0 +1,12 @@
+diff -urN vim64/runtime/syntax/sed.vim vim64.new/runtime/syntax/sed.vim
+--- vim64/runtime/syntax/sed.vim	2003-05-11 20:19:24.000000000 +0200
++++ vim64.new/runtime/syntax/sed.vim	2005-12-14 23:50:43.000000000 +0100
+@@ -21,7 +21,7 @@
+ syn region sedAddress   matchgroup=Special start="[{,;]\s*/\(\\/\)\="lc=1 skip="[^\\]\(\\\\\)*\\/" end="/I\=" contains=sedTab,sedRegexpMeta
+ syn region sedAddress   matchgroup=Special start="^\s*/\(\\/\)\=" skip="[^\\]\(\\\\\)*\\/" end="/I\=" contains=sedTab,sedRegexpMeta
+ syn match sedComment	"^\s*#.*$"
+-syn match sedFunction	"[dDgGhHlnNpPqx=]\s*\($\|;\)" contains=sedSemicolon,sedWhitespace
++syn match sedFunction	"[dDgGhHlnNpPqQx=]\s*\($\|;\)" contains=sedSemicolon,sedWhitespace
+ syn match sedLabel	":[^;]*"
+ syn match sedLineCont	"^\(\\\\\)*\\$" contained
+ syn match sedLineCont	"[^\\]\(\\\\\)*\\$"ms=e contained




More information about the pkg-vim-maintainers mailing list