r294 - in trunk/vim/debian: . patches

James Vega jamessan-guest at costa.debian.org
Wed Aug 24 12:42:41 UTC 2005


Author: jamessan-guest
Date: 2005-08-24 12:42:40 +0000 (Wed, 24 Aug 2005)
New Revision: 294

Added:
   trunk/vim/debian/patches/138_filetype.txt.diff
Modified:
   trunk/vim/debian/changelog
Log:
Add 138_filetype.txt.diff to address the typo reported in #314595.


Modified: trunk/vim/debian/changelog
===================================================================
--- trunk/vim/debian/changelog	2005-08-24 12:18:21 UTC (rev 293)
+++ trunk/vim/debian/changelog	2005-08-24 12:42:40 UTC (rev 294)
@@ -29,8 +29,10 @@
   * James Vega <jamessan at jamessan.com>
     + Added patch 137_filetype.vim.diff, recognize mutt-ng rc/temp files as
       muttrc/mail filetypes. (closes: #307946)
+    + Added patch 138_filetype.txt.diff, fix a typo in the changelog-plugin
+      section of filetype.txt. (closes: #314595)
 
- -- Debian VIM Maintainers <pkg-vim-maintainers at lists.alioth.debian.org>  Wed, 24 Aug 2005 08:14:30 -0400
+ -- Debian VIM Maintainers <pkg-vim-maintainers at lists.alioth.debian.org>  Wed, 24 Aug 2005 08:40:33 -0400
 
 vim (1:6.3-085+1) unstable; urgency=high
 

Added: trunk/vim/debian/patches/138_filetype.txt.diff
===================================================================
--- trunk/vim/debian/patches/138_filetype.txt.diff	2005-08-24 12:18:21 UTC (rev 293)
+++ trunk/vim/debian/patches/138_filetype.txt.diff	2005-08-24 12:42:40 UTC (rev 294)
@@ -0,0 +1,12 @@
+diff -urN vim63/runtime/doc/filetype.txt vim63.new/runtime/doc/filetype.txt
+--- vim63/runtime/doc/filetype.txt	2004-06-07 05:05:18.000000000 -0400
++++ vim63.new/runtime/doc/filetype.txt	2005-08-24 08:36:12.000000000 -0400
+@@ -398,7 +398,7 @@
+ Global mappings:
+ 			NOTE: The global mappings are accessed by sourcing the
+ 			ftplugin/changelog.vim file first, e.g. with >
+-				runtime ftplugin/man.vim
++				runtime ftplugin/changelog.vim
+ <			in your |.vimrc|.
+ <Leader>o		Switches to the ChangeLog buffer opened for the
+ 			current directory, or opens it in a new buffer if it




More information about the pkg-vim-maintainers mailing list