|
Karsten Hopp |
b75af4 |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
b75af4 |
Subject: Patch 7.3.1290
|
|
Karsten Hopp |
b75af4 |
Fcc: outbox
|
|
Karsten Hopp |
b75af4 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
b75af4 |
Mime-Version: 1.0
|
|
Karsten Hopp |
b75af4 |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
b75af4 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
b75af4 |
------------
|
|
Karsten Hopp |
b75af4 |
|
|
Karsten Hopp |
b75af4 |
Patch 7.3.1290 (after 7.3.1253)
|
|
Karsten Hopp |
b75af4 |
Problem: CTRL-R = in Insert mode changes the start of the insert position.
|
|
Karsten Hopp |
b75af4 |
(Ingo Karkat)
|
|
Karsten Hopp |
b75af4 |
Solution: Only break undo, don't start a new insert.
|
|
Karsten Hopp |
b75af4 |
Files: src/edit.c
|
|
Karsten Hopp |
b75af4 |
|
|
Karsten Hopp |
b75af4 |
|
|
Karsten Hopp |
b75af4 |
*** ../vim-7.3.1289/src/edit.c 2013-06-29 16:21:50.000000000 +0200
|
|
Karsten Hopp |
b75af4 |
--- src/edit.c 2013-07-03 13:12:36.000000000 +0200
|
|
Karsten Hopp |
b75af4 |
***************
|
|
Karsten Hopp |
b75af4 |
*** 8145,8151 ****
|
|
Karsten Hopp |
b75af4 |
if (im_on)
|
|
Karsten Hopp |
b75af4 |
im_set_active(TRUE);
|
|
Karsten Hopp |
b75af4 |
# endif
|
|
Karsten Hopp |
b75af4 |
- Insstart = curwin->w_cursor;
|
|
Karsten Hopp |
b75af4 |
}
|
|
Karsten Hopp |
b75af4 |
if (regname == NUL || !valid_yank_reg(regname, FALSE))
|
|
Karsten Hopp |
b75af4 |
{
|
|
Karsten Hopp |
b75af4 |
--- 8145,8150 ----
|
|
Karsten Hopp |
b75af4 |
*** ../vim-7.3.1289/src/version.c 2013-07-03 13:04:24.000000000 +0200
|
|
Karsten Hopp |
b75af4 |
--- src/version.c 2013-07-03 13:16:13.000000000 +0200
|
|
Karsten Hopp |
b75af4 |
***************
|
|
Karsten Hopp |
b75af4 |
*** 730,731 ****
|
|
Karsten Hopp |
b75af4 |
--- 730,733 ----
|
|
Karsten Hopp |
b75af4 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
b75af4 |
+ /**/
|
|
Karsten Hopp |
b75af4 |
+ 1290,
|
|
Karsten Hopp |
b75af4 |
/**/
|
|
Karsten Hopp |
b75af4 |
|
|
Karsten Hopp |
b75af4 |
--
|
|
Karsten Hopp |
b75af4 |
There are three kinds of people: Those who can count & those who can't.
|
|
Karsten Hopp |
b75af4 |
|
|
Karsten Hopp |
b75af4 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
b75af4 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
b75af4 |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
b75af4 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|