1
0
forked from aniani/vim

updated for version 7.3.699

Problem:    When 'ttymouse' is set to "sgr" manually, it is overruled by
            automatic detection.
Solution:   Do not use automatic detection when 'ttymouse' was set manually.
            (Hayaki Saito)
This commit is contained in:
Bram Moolenaar
2012-10-21 02:10:24 +02:00
parent 003d14a267
commit bffa06ddb8
2 changed files with 14 additions and 14 deletions

View File

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