r790 - in /trunk/packages/vim: debian/changelog patches/html.vim-syntax_spell.diff patches/series

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Mon Oct 16 13:14:06 UTC 2006


Author: jamessan
Date: Mon Oct 16 13:14:05 2006
New Revision: 790

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=790
Log:
Pull new syntax/html.vim from upstream to include 'spell' support.

Added:
    trunk/packages/vim/patches/html.vim-syntax_spell.diff
Modified:
    trunk/packages/vim/debian/changelog
    trunk/packages/vim/patches/series

Modified: trunk/packages/vim/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/changelog?rev=790&op=diff
==============================================================================
--- trunk/packages/vim/debian/changelog (original)
+++ trunk/packages/vim/debian/changelog Mon Oct 16 13:14:05 2006
@@ -6,12 +6,14 @@
   [ James Vega ]
   * Bump vim-common's priority to important to match the override.
   * Remove patch gui_gtk.c-abc_path.diff, merged upstream.
+  * Add patch html.vim-syntax_spell.diff, which adds support for highlighting
+    of spelling mistakes. (closes: #393347)
 
   [ Stefano Zacchiroli ]
   * Added patch dosini.vim-hash_comment.diff which add support for # comments
     in dosini syntax highlighting, thanks to Adeodato Simó. (closes: #378952)
 
- -- Stefano Zacchiroli <zack at debian.org>  Sat, 14 Oct 2006 19:35:45 +0200
+ -- James Vega <jamessan at debian.org>  Mon, 16 Oct 2006 09:12:25 -0400
 
 vim (1:7.0-122+1) unstable; urgency=medium
 

Added: trunk/packages/vim/patches/html.vim-syntax_spell.diff
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/patches/html.vim-syntax_spell.diff?rev=790&op=file
==============================================================================
--- trunk/packages/vim/patches/html.vim-syntax_spell.diff (added)
+++ trunk/packages/vim/patches/html.vim-syntax_spell.diff Mon Oct 16 13:14:05 2006
@@ -1,0 +1,21 @@
+Index: vim/runtime/syntax/html.vim
+===================================================================
+--- vim/runtime/syntax/html.vim.orig
++++ vim/runtime/syntax/html.vim
+@@ -2,7 +2,7 @@
+ " Language:	HTML
+ " Maintainer:	Claudio Fleiner <claudio at fleiner.com>
+ " URL:		http://www.fleiner.com/vim/syntax/html.vim
+-" Last Change:  2006 April 13
++" Last Change:  2006 Jun 19
+ 
+ " Please check :help html.vim for some comments and a description of the options
+ 
+@@ -24,6 +24,7 @@
+   command! -nargs=+ HtmlHiLink hi def link <args>
+ endif
+ 
++syntax spell toplevel
+ 
+ syn case ignore
+ 

Modified: trunk/packages/vim/patches/series
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/patches/series?rev=790&op=diff
==============================================================================
--- trunk/packages/vim/patches/series (original)
+++ trunk/packages/vim/patches/series Mon Oct 16 13:14:05 2006
@@ -15,3 +15,4 @@
 zsh.vim-nested_quotes.diff -p0
 mp.vim-cmd_check.diff -p0
 dosini.vim-hash_comment.diff -p0
+html.vim-syntax_spell.diff -p0




More information about the pkg-vim-maintainers mailing list