[vim] - patchlevel 254

Karsten Hopp karsten at fedoraproject.org
Mon Aug 29 11:45:58 UTC 2011


commit ad3aa508b8556a8b4c481fa06186150973f89c5d
Author: Karsten Hopp <karsten at redhat.com>
Date:   Mon Aug 29 13:44:59 2011 +0200

    - patchlevel 254

 7.3.254 |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 47 insertions(+), 0 deletions(-)
---
diff --git a/7.3.254 b/7.3.254
new file mode 100644
index 0000000..85176a7
--- /dev/null
+++ b/7.3.254
@@ -0,0 +1,47 @@
+To: vim_dev at googlegroups.com
+Subject: Patch 7.3.254
+Fcc: outbox
+From: Bram Moolenaar <Bram at moolenaar.net>
+Mime-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+------------
+
+Patch 7.3.254
+Problem:    The coladd field is not reset when setting the line number for a
+	    ":call" command.
+Solution:   Reset it.
+Files:	    src/eval.c
+
+
+*** ../vim-7.3.253/src/eval.c	2011-07-07 17:36:52.000000000 +0200
+--- src/eval.c	2011-07-07 17:51:42.000000000 +0200
+***************
+*** 3430,3435 ****
+--- 3430,3438 ----
+  	{
+  	    curwin->w_cursor.lnum = lnum;
+  	    curwin->w_cursor.col = 0;
++ #ifdef FEAT_VIRTUALEDIT
++ 	    curwin->w_cursor.coladd = 0;
++ #endif
+  	}
+  	arg = startarg;
+  	if (get_func_tv(name, (int)STRLEN(name), &rettv, &arg,
+*** ../vim-7.3.253/src/version.c	2011-07-15 21:16:54.000000000 +0200
+--- src/version.c	2011-07-15 21:23:16.000000000 +0200
+***************
+*** 711,712 ****
+--- 711,714 ----
+  {   /* Add new patch number below this line */
++ /**/
++     254,
+  /**/
+
+-- 
+Eight Megabytes And Continually Swapping.
+
+ /// Bram Moolenaar -- Bram at Moolenaar.net -- http://www.Moolenaar.net   \\\
+///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
+\\\  an exciting new programming language -- http://www.Zimbu.org        ///
+ \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///


More information about the scm-commits mailing list