1
0
forked from aniani/vim

updated for version 7.2.366

Problem:    CTRL-B doesn't go back to the first line of the buffer.
Solution:   Avoid an overflow when adding MAXCOL.
This commit is contained in:
Bram Moolenaar
2010-02-17 18:20:37 +01:00
parent 8c83ac3d83
commit bacd9da40e
2 changed files with 17 additions and 6 deletions

View File

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