From: Bram Moolenaar Date: Sat, 28 Oct 2017 16:50:01 +0000 (+0200) Subject: patch 8.0.1233: typo in dos installer X-Git-Tag: v8.0.1233 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b9fce6cbf7ed0a2766582c5db797ccf99a838a13;p=vim patch 8.0.1233: typo in dos installer Problem: Typo in dos installer. Solution: Remove comma. --- diff --git a/src/dosinst.c b/src/dosinst.c index 5a4caac42..94e866953 100644 --- a/src/dosinst.c +++ b/src/dosinst.c @@ -86,7 +86,7 @@ char *remap_text = "- %s"; enum { mouse_xterm = 1, - mouse_mswin,, + mouse_mswin, mouse_default }; char *(mouse_choices[]) = diff --git a/src/version.c b/src/version.c index c600dc9cc..d6b3209d7 100644 --- a/src/version.c +++ b/src/version.c @@ -761,6 +761,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1233, /**/ 1232, /**/