r322 - in trunk/vim/debian: . patches

Stefano Zacchiroli zack at costa.debian.org
Sat Oct 8 14:19:24 UTC 2005


Author: zack
Date: 2005-10-08 14:19:23 +0000 (Sat, 08 Oct 2005)
New Revision: 322

Added:
   trunk/vim/debian/patches/403_usr_04.txt.diff
Modified:
   trunk/vim/debian/changelog
Log:
fixed a typo in usr_04.txt documentation


Modified: trunk/vim/debian/changelog
===================================================================
--- trunk/vim/debian/changelog	2005-10-08 14:10:58 UTC (rev 321)
+++ trunk/vim/debian/changelog	2005-10-08 14:19:23 UTC (rev 322)
@@ -1,7 +1,9 @@
 vim (1:6.3-090+2) unstable; urgency=low
 
   * Stefano Zacchiroli <zack at debian.org>:
-    + fixed %ld typo in debian/patches/203_zh_TW.UTF8.po.diff
+    + Fixed %ld typo in debian/patches/203_zh_TW.UTF8.po.diff
+    + Added patch debian/patches/403_usr_04.txt.diff, which fixes a
+      typo in usr_04.txt. (closes: #328664)
 
  -- Debian VIM Maintainers <pkg-vim-maintainers at lists.alioth.debian.org>  Sat,  8 Oct 2005 16:09:41 +0200
 

Added: trunk/vim/debian/patches/403_usr_04.txt.diff
===================================================================
--- trunk/vim/debian/patches/403_usr_04.txt.diff	2005-10-08 14:10:58 UTC (rev 321)
+++ trunk/vim/debian/patches/403_usr_04.txt.diff	2005-10-08 14:19:23 UTC (rev 322)
@@ -0,0 +1,12 @@
+diff -urN vim63/runtime/doc/usr_04.txt vim63.new/runtime/doc/usr_04.txt
+--- vim63/runtime/doc/usr_04.txt	2004-06-07 11:05:21.000000000 +0200
++++ vim63.new/runtime/doc/usr_04.txt	2005-10-08 16:14:36.000000000 +0200
+@@ -333,7 +333,7 @@
+ operator "yank" made it easier to remember to use the "y" key.
+ 
+ Since "y" is an operator, you use "yw" to yank a word.  A count is possible as
+-usual.  To yank two workds use "y2w".  Example:
++usual.  To yank two words use "y2w".  Example:
+ 
+ 	let sqr = LongVariable * ~
+ 		 -------------->




More information about the pkg-vim-maintainers mailing list