r222 - in trunk/vim/debian: . patches

James Vega jamessan-guest@costa.debian.org
Mon, 23 May 2005 14:56:39 +0000


Author: jamessan-guest
Date: 2005-05-23 14:56:38 +0000 (Mon, 23 May 2005)
New Revision: 222

Added:
   trunk/vim/debian/patches/128_vimdiff.1.diff
Modified:
   trunk/vim/debian/changelog
Log:
Add typo patch for #310331.


Modified: trunk/vim/debian/changelog
===================================================================
--- trunk/vim/debian/changelog	2005-05-22 13:14:56 UTC (rev 221)
+++ trunk/vim/debian/changelog	2005-05-23 14:56:38 UTC (rev 222)
@@ -2,8 +2,12 @@
 
   * New upstream patches (073 and 074), see README.gz for details.
 
- -- Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>  Sun, 22 May 2005 14:59:31 +0200
+  * James Vega <jamessan@jamessan.com>
+    + Added patch 128_vimdiff.1.diff, which fixes a typo in the vimdiff
+      manpage.  (closes: #310331)
 
+ -- Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>  Mon, 23 May 2005 10:44:10 -0400
+
 vim (1:6.3-072+1) unstable; urgency=high
 
   * New upstream patch (072), see README.gz for details.

Added: trunk/vim/debian/patches/128_vimdiff.1.diff
===================================================================
--- trunk/vim/debian/patches/128_vimdiff.1.diff	2005-05-22 13:14:56 UTC (rev 221)
+++ trunk/vim/debian/patches/128_vimdiff.1.diff	2005-05-23 14:56:38 UTC (rev 222)
@@ -0,0 +1,11 @@
+--- vim63.orig/runtime/doc/vimdiff.1	2005-05-23 01:46:33.929042000 -0400
++++ vim63/runtime/doc/vimdiff.1	2005-05-23 01:46:33.000000000 -0400
+@@ -33,7 +33,7 @@
+ folds and open or close them.
+ .SH OPTIONS
+ Vertical splits are used to align the lines, as if the "-O" argument was used.
+-To use horizontal splits intead, use the "-o" argument.
++To use horizontal splits instead, use the "-o" argument.
+ .PP
+ For all other arguments see vim(1).
+ .SH SEE ALSO