commit | 8b5f65a527c353b9942e362e719687c3a7592309 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 01 19:26:12 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 01 19:26:12 2015 +0200 |
tree | 655108e877377b6dcba8e066f87f00df2e982a90 | |
parent | 5adfea1ac63e252556bccce54e92e8e10b58f592 [diff] [blame] |
patch 7.4.849 Problem: Moving the cursor in Insert mode starts new undo sequence. Solution: Add CTRL-G U to keep the undo sequence for the following cursor movement command. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index b50521b..eac1f1b 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 849, +/**/ 848, /**/ 847,