1
0
forked from aniani/vim

patch 8.0.1233: typo in dos installer

Problem:    Typo in dos installer.
Solution:   Remove comma.
This commit is contained in:
Bram Moolenaar 2017-10-28 18:50:01 +02:00
parent c3fdf7f80b
commit b9fce6cbf7
2 changed files with 3 additions and 1 deletions

View File

@ -86,7 +86,7 @@ char *remap_text = "- %s";
enum enum
{ {
mouse_xterm = 1, mouse_xterm = 1,
mouse_mswin,, mouse_mswin,
mouse_default mouse_default
}; };
char *(mouse_choices[]) = char *(mouse_choices[]) =

View File

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