# HG changeset patch # User Christian Brabandt # Date 1509210004 -7200 # Node ID 18020ddc2730326f2d3483ce5bd315f664b9c88c # Parent fd41b06c40c48402dce3712ec06de03afe4d7558 patch 8.0.1233: typo in dos installer commit https://github.com/vim/vim/commit/b9fce6cbf7ed0a2766582c5db797ccf99a838a13 Author: Bram Moolenaar Date: Sat Oct 28 18:50:01 2017 +0200 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 --- 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 --- 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,