commit | 79f7e1475a34055c2f6ef6c2e8c863be83bdee67 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 03 13:16:23 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 03 13:16:23 2013 +0200 |
tree | c5bb1d9b3683eeb9b2dcec433690fc0cfd4c9bfc | |
parent | f9da680a0b131c3895eb61f87abf4dc9c8f6a3a1 [diff] [blame] |
updated for version 7.3.1290 Problem: CTRL-R = in Insert mode changes the start of the insert position. (Ingo Karkat) Solution: Only break undo, don't start a new insert.
diff --git a/src/version.c b/src/version.c index 33762fc..68abf94 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1290, +/**/ 1289, /**/ 1288,