r1084 - in /trunk/packages/vim: debian/changelog patches/sh.vim_syntax.diff

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Sat Nov 10 23:10:23 UTC 2007


Author: jamessan
Date: Sat Nov 10 23:10:23 2007
New Revision: 1084

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=1084
Log:
    single-quotes and comments.  (Closes: #425443, #425797)

Modified:
    trunk/packages/vim/debian/changelog
    trunk/packages/vim/patches/sh.vim_syntax.diff

Modified: trunk/packages/vim/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/changelog?rev=1084&op=diff
==============================================================================
--- trunk/packages/vim/debian/changelog (original)
+++ trunk/packages/vim/debian/changelog Sat Nov 10 23:10:23 2007
@@ -15,7 +15,7 @@
     - vimrc.tiny.diff
   * Added patches:
     - sh.vim_syntax.diff, which fixes the syntax highlighting of escaped
-      single-quotes.  (Closes: #425443)
+      single-quotes and comments.  (Closes: #425443, #425797)
     - gnuada.diff, which updates the ada runtime files so they gracefully
       handle the user not having certain variables defined.  (Closes: #440221)
   * syntax/debcontrol.vim:
@@ -45,7 +45,7 @@
       + Recognize restricted, universe, multiverse Sections.
       + Add more recent Ubuntu releases as recognized distributions.
 
- -- James Vega <jamessan at debian.org>  Sat, 10 Nov 2007 17:40:15 -0500
+ -- James Vega <jamessan at debian.org>  Sat, 10 Nov 2007 17:57:42 -0500
 
 vim (1:7.1-138+1) unstable; urgency=medium
 

Modified: trunk/packages/vim/patches/sh.vim_syntax.diff
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/patches/sh.vim_syntax.diff?rev=1084&op=diff
==============================================================================
--- trunk/packages/vim/patches/sh.vim_syntax.diff (original)
+++ trunk/packages/vim/patches/sh.vim_syntax.diff Sat Nov 10 23:10:23 2007
@@ -61,6 +61,15 @@
  if g:sh_fold_enabled
   syn region  shCaseEsac	fold matchgroup=shConditional start="\<case\>" end="\<esac\>"	contains=@shCaseEsacList
  else
+@@ -275,7 +277,7 @@
+ syn cluster    shCommentGroup	contains=shTodo, at Spell
+ syn keyword    shTodo	contained	COMBAK FIXME TODO XXX
+ syn match      shComment	"^\s*\zs#.*$"	contains=@shCommentGroup
+-syn match      shComment	"#.*$"	contains=@shCommentGroup
++syn match      shComment	"\s#.*$"ms=s+1	contains=@shCommentGroup
+ 
+ " Here Documents: {{{1
+ " =========================================
 @@ -344,14 +346,12 @@
  
  " Functions: {{{1




More information about the pkg-vim-maintainers mailing list