r419 - in trunk/vim: debian upstream/patches

James Vega jamessan-guest at costa.debian.org
Thu Dec 1 17:21:46 UTC 2005


Author: jamessan-guest
Date: 2005-12-01 17:21:44 +0000 (Thu, 01 Dec 2005)
New Revision: 419

Added:
   trunk/vim/upstream/patches/6.4.004
Modified:
   trunk/vim/debian/README
   trunk/vim/debian/changelog
Log:
Upstream patch 6.4.004


Modified: trunk/vim/debian/README
===================================================================
--- trunk/vim/debian/README	2005-11-30 12:53:21 UTC (rev 418)
+++ trunk/vim/debian/README	2005-12-01 17:21:44 UTC (rev 419)
@@ -28,3 +28,4 @@
   1705  6.4.001  (extra) Win32: can't compile the global IME code
   7802  6.4.002  Unix: may change owner of wrong file in rare cases
   1463  6.4.003  (after 6.4.002) build problem on non-Unix system
+  1581  6.4.004  "go" doesn't work correctly when 'virtualedit' is set

Modified: trunk/vim/debian/changelog
===================================================================
--- trunk/vim/debian/changelog	2005-11-30 12:53:21 UTC (rev 418)
+++ trunk/vim/debian/changelog	2005-12-01 17:21:44 UTC (rev 419)
@@ -1,7 +1,7 @@
-vim (1:6.4-003+1) UNRELEASED; urgency=low
+vim (1:6.4-004+1) UNRELEASED; urgency=low
 
   [ Debian VIM Maintainers ]
-  * New upstream patches (002 to 003), see README.gz for details.
+  * New upstream patches (002 to 004), see README.gz for details.
 
   [ Stefano Zacchiroli ]
   * Added back vim-tiny package. (closes: #222138)
@@ -38,7 +38,7 @@
   [ Matthijs Mohlmann ]
   * Updated syntax for sshd_config and ssh_config.
 
- -- Debian VIM Maintainers <pkg-vim-maintainers at lists.alioth.debian.org>  Wed, 30 Nov 2005 07:45:43 -0500
+ -- Debian VIM Maintainers <pkg-vim-maintainers at lists.alioth.debian.org>  Thu,  1 Dec 2005 10:49:56 -0500
 
 vim (1:6.4-001+2) unstable; urgency=low
 

Added: trunk/vim/upstream/patches/6.4.004
===================================================================
--- trunk/vim/upstream/patches/6.4.004	2005-11-30 12:53:21 UTC (rev 418)
+++ trunk/vim/upstream/patches/6.4.004	2005-12-01 17:21:44 UTC (rev 419)
@@ -0,0 +1,51 @@
+To: vim-dev at vim.org
+Subject: Patch 6.4.004
+Fcc: outbox
+From: Bram Moolenaar <Bram at moolenaar.net>
+Mime-Version: 1.0
+Content-Type: text/plain; charset=ISO-8859-1
+Content-Transfer-Encoding: 8bit
+------------
+
+Patch 6.4.004
+Problem:    "go" does not work correctly in combination with 'virtualedit'.
+	    (Alojz Motesicky)
+Solution:   Reset the "coladd" field.
+Files:	    src/memline.c
+
+
+*** ../vim-6.4.003/src/memline.c	Thu Feb 17 11:02:53 2005
+--- src/memline.c	Thu Dec  1 16:07:04 2005
+***************
+*** 4368,4373 ****
+--- 4368,4376 ----
+      {
+  	curwin->w_cursor.lnum = lnum;
+  	curwin->w_cursor.col = (colnr_T)boff;
++ # ifdef FEAT_VIRTUALEDIT
++ 	curwin->w_cursor.coladd = 0;
++ # endif
+  	curwin->w_set_curswant = TRUE;
+      }
+      check_cursor();
+*** ../vim-6.4.003/src/version.c	Wed Nov 30 12:38:32 2005
+--- src/version.c	Thu Dec  1 16:07:55 2005
+***************
+*** 643,644 ****
+--- 643,646 ----
+  {   /* Add new patch number below this line */
++ /**/
++     4,
+  /**/
+
+-- 
+       Bravely bold Sir Robin, rode forth from Camelot,
+       He was not afraid to die, Oh Brave Sir Robin,
+       He was not at all afraid to be killed in nasty ways
+       Brave, brave, brave, brave Sir Robin.
+                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
+
+ /// Bram Moolenaar -- Bram at Moolenaar.net -- http://www.Moolenaar.net   \\\
+///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
+\\\        download, build and distribute -- http://www.A-A-P.org        ///
+ \\\            help me help AIDS victims -- http://www.ICCF.nl         ///




More information about the pkg-vim-maintainers mailing list