[vim] - patchlevel 772

Karsten Hopp karsten at fedoraproject.org
Mon Jan 28 11:16:46 UTC 2013


commit a43378749ae230a6ea4cdc82d0e30e4704922c78
Author: Karsten Hopp <karsten at redhat.com>
Date:   Mon Jan 28 12:11:37 2013 +0100

    - patchlevel 772

 7.3.772 |   51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 51 insertions(+), 0 deletions(-)
---
diff --git a/7.3.772 b/7.3.772
new file mode 100644
index 0000000..c58ff40
--- /dev/null
+++ b/7.3.772
@@ -0,0 +1,51 @@
+To: vim_dev at googlegroups.com
+Subject: Patch 7.3.772
+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.772
+Problem:    Cursor is at the wrong location and below the end of the file
+	    after doing substitutions with confirm flag: %s/x/y/c
+	    (Dominique Pelle)
+Solution:   Update the cursor position. (Christian Brabandt & Dominique)
+Files:	    src/ex_cmds.c
+
+
+*** ../vim-7.3.771/src/ex_cmds.c	2013-01-17 14:09:39.000000000 +0100
+--- src/ex_cmds.c	2013-01-17 18:31:38.000000000 +0100
+***************
+*** 5200,5205 ****
+--- 5200,5211 ----
+  	    EMSG2(_(e_patnotf2), get_search_pat());
+      }
+  
++ #ifdef FEAT_FOLDING
++     if (do_ask && hasAnyFolding(curwin))
++ 	/* Cursor position may require updating */
++ 	changed_window_setting();
++ #endif
++ 
+      vim_free(regmatch.regprog);
+  }
+  
+*** ../vim-7.3.771/src/version.c	2013-01-17 17:37:31.000000000 +0100
+--- src/version.c	2013-01-17 18:32:56.000000000 +0100
+***************
+*** 727,728 ****
+--- 727,730 ----
+  {   /* Add new patch number below this line */
++ /**/
++     772,
+  /**/
+
+-- 
+Linux is just like a wigwam: no Windows, no Gates and an Apache inside.
+
+ /// 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