]> granicus.if.org Git - vim/commitdiff
patch 8.0.1233: typo in dos installer v8.0.1233
authorBram Moolenaar <Bram@vim.org>
Sat, 28 Oct 2017 16:50:01 +0000 (18:50 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 28 Oct 2017 16:50:01 +0000 (18:50 +0200)
Problem:    Typo in dos installer.
Solution:   Remove comma.

src/dosinst.c
src/version.c

index 5a4caac4255b5af7924363d5440557ae651854d3..94e866953602942de9182b2233b48e7af06cff46 100644 (file)
@@ -86,7 +86,7 @@ char  *remap_text = "- %s";
 enum
 {
     mouse_xterm = 1,
-    mouse_mswin,,
+    mouse_mswin,
     mouse_default
 };
 char   *(mouse_choices[]) =
index c600dc9ccf47a01fb38798f16cd860cbfd3b83ab..d6b3209d7846acee64a269aa88227f10f7042ce8 100644 (file)
@@ -761,6 +761,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1233,
 /**/
     1232,
 /**/