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:
parent
c3fdf7f80b
commit
b9fce6cbf7
@ -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[]) =
|
||||||
|
@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user