1
0
forked from aniani/vim

updated for version 7.4.050

Problem:    "gn" selects too much for the pattern "\d" when there are two
            lines with a single digit. (Ryan Carney)
Solution:   Adjust the logic of is_one_char(). (Christian Brabandt)
This commit is contained in:
Bram Moolenaar
2013-10-02 21:55:02 +02:00
parent 3eead7c227
commit 4c7cb6b884
4 changed files with 13 additions and 2 deletions

View File

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