r940 - in /trunk/packages/vim: debian/changelog patches/changelog.vim-date_end_entry.diff patches/series

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Wed May 16 15:50:17 UTC 2007


Author: jamessan
Date: Wed May 16 15:50:17 2007
New Revision: 940

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=940
Log:
Add changelog.vim-date_end_entry.diff, which fixes a variable name which is let in changelog.vim.  (Closes: #424224)

Added:
    trunk/packages/vim/patches/changelog.vim-date_end_entry.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=940&op=diff
==============================================================================
--- trunk/packages/vim/debian/changelog (original)
+++ trunk/packages/vim/debian/changelog Wed May 16 15:50:17 2007
@@ -1,3 +1,11 @@
+vim (1:7.1-000+2) UNRELEASED; urgency=low
+
+  [ James Vega ]
+  * Add changelog.vim-date_end_entry.diff, which fixes a variable name which
+    is let in changelog.vim.  (Closes: #424224)
+
+ -- James Vega <jamessan at debian.org>  Wed, 16 May 2007 11:46:23 -0400
+
 vim (1:7.1-000+1) unstable; urgency=low
 
   [ Debian Vim Maintainers ]

Added: trunk/packages/vim/patches/changelog.vim-date_end_entry.diff
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/patches/changelog.vim-date_end_entry.diff?rev=940&op=file
==============================================================================
--- trunk/packages/vim/patches/changelog.vim-date_end_entry.diff (added)
+++ trunk/packages/vim/patches/changelog.vim-date_end_entry.diff Wed May 16 15:50:17 2007
@@ -1,0 +1,13 @@
+Index: vim/runtime/ftplugin/changelog.vim
+===================================================================
+--- vim/runtime/ftplugin/changelog.vim.orig
++++ vim/runtime/ftplugin/changelog.vim
+@@ -131,7 +131,7 @@
+ 
+   " Regular expression used to find the end of a date entry
+   if !exists('g:changelog_date_end_entry_search')
+-    let g:changelog_date_entry_search = '^\s*$'
++    let g:changelog_date_end_entry_search = '^\s*$'
+   endif
+ 
+ 

Modified: trunk/packages/vim/patches/series
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/patches/series?rev=940&op=diff
==============================================================================
--- trunk/packages/vim/patches/series (original)
+++ trunk/packages/vim/patches/series Wed May 16 15:50:17 2007
@@ -12,3 +12,4 @@
 python.vim-ftplugin_pydoc.diff -p0
 dosini.vim-hash_comment.diff -p0
 zh_TW.po-swap_recovery_typo.diff -p0
+changelog.vim-date_end_entry.diff -p0




More information about the pkg-vim-maintainers mailing list