1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2015-09-01 19:26:12 +02:00
parent 5adfea1ac6
commit 8b5f65a527
5 changed files with 115 additions and 10 deletions

View File

@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
849,
/**/
848,
/**/