r742 - in /trunk/packages/vim: debian/changelog patches/scripts.vim.diff

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Mon Aug 21 12:15:53 UTC 2006


Author: jamessan
Date: Mon Aug 21 12:15:49 2006
New Revision: 742

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=742
Log:
Updated rst filetype detection (still waiting to hear from Bram about whether he's accepted the patch).

Modified:
    trunk/packages/vim/debian/changelog
    trunk/packages/vim/patches/scripts.vim.diff

Modified: trunk/packages/vim/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/changelog?rev=742&op=diff
==============================================================================
--- trunk/packages/vim/debian/changelog (original)
+++ trunk/packages/vim/debian/changelog Mon Aug 21 12:15:49 2006
@@ -1,16 +1,18 @@
-vim (1:7.0-059+1) UNRELEASED; urgency=low
+vim (1:7.0-063+1) UNRELEASED; urgency=low
 
   [ Debian Vim Maintainers ]
-  * New upstream patches (036 - 059), see README.gz for details.
+  * New upstream patches (036 - 063), see README.gz for details.
 
   [ James Vega ]
   * Add patches/de.po.diff, which differentiates between "Delete" and
     "Readonly" swap recovery messages for the German translation.
     (closes: #379507)
-  * Update patches/scripts.vim.diff to add recognition of rest2web files as
-    the filetype 'rst'. (closes: #382541)
-
- -- Matthijs Mohlmann <matthijs at cacholong.nl>  Wed, 16 Aug 2006 18:24:57 +0200
+  * Update patches/scripts.vim.diff to add recognition of rst (including
+    rest2web) files as the filetype 'rst'. (closes: #382541)
+  * Update debian/rules to generate helptags for the plugins that are in
+    /usr/share/vim/addons.
+
+ -- James Vega <jamessan at debian.org>  Thu, 17 Aug 2006 10:25:32 -0400
 
 vim (1:7.0-035+1) unstable; urgency=low
 

Modified: trunk/packages/vim/patches/scripts.vim.diff
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/patches/scripts.vim.diff?rev=742&op=diff
==============================================================================
--- trunk/packages/vim/patches/scripts.vim.diff (original)
+++ trunk/packages/vim/patches/scripts.vim.diff Mon Aug 21 12:15:49 2006
@@ -15,12 +15,12 @@
    elseif s:line1 =~ 'exec\s\+\S*scheme' || s:line2 =~ 'exec\s\+\S*scheme'
      set ft=scheme
  
-+  " rest2web
-+  elseif s:line1 =~ '^rest2web\>'
-+	\ || s:line2 =~ '^rest2web\>'
-+	\ || s:line3 =~ '^rest2web\>'
-+	\ || s:line4 =~ '^rest2web\>'
-+	\ || s:line5 =~ '^rest2web\>'
++  " rst files
++  elseif s:line1 =~ '^\.\.\s\|^\s*restindex\s*$'
++	\ || s:line2 =~ '^\.\.\s\|^\s*restindex\s*$'
++	\ || s:line3 =~ '^\.\.\s\|^\s*restindex\s*$'
++	\ || s:line4 =~ '^\.\.\s\|^\s*restindex\s*$'
++	\ || s:line5 =~ '^\.\.\s\|^\s*restindex\s*$'
 +    set ft=rst
 +
    " CVS diff




More information about the pkg-vim-maintainers mailing list