1
0
forked from aniani/vim

updated for version 7.4.269

Problem:    CTRL-U in Insert mode does not work after using a cursor key.
            (Pine Wu)
Solution:   Use the original insert start position. (Christian Brabandt)
This commit is contained in:
Bram Moolenaar
2014-04-29 14:44:35 +02:00
parent 355a95a079
commit 3d1956bcc9
4 changed files with 53 additions and 14 deletions

View File

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