summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-10-28 18:50:01 +0200
committerBram Moolenaar <Bram@vim.org>2017-10-28 18:50:01 +0200
commitb9fce6cbf7ed0a2766582c5db797ccf99a838a13 (patch)
tree6bf2f58ea3005dc23388f5d35cee5b3c27c570d1
parentc3fdf7f80b2febdd8a8f7a1310631567d257d66a (diff)
downloadvim-git-8.0.1233.tar.gz
patch 8.0.1233: typo in dos installerv8.0.1233
Problem: Typo in dos installer. Solution: Remove comma.
-rw-r--r--src/dosinst.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
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
@@ -762,6 +762,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1233,
+/**/
1232,
/**/
1231,