diff src/version.c @ 13954:c0e1ae315962 v8.0.1847

patch 8.0.1847: some build options don't have an example commit https://github.com/vim/vim/commit/825ccf4039a1be1a6f27a8c447c57faebaf2dc83 Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 15 22:34:58 2018 +0200 patch 8.0.1847: some build options don't have an example Problem: Some build options don't have an example. Solution: Add a couple more examples and compiler flags.
author Christian Brabandt <cb@256bit.org>
date Tue, 15 May 2018 22:45:06 +0200
parents 76a65058766f
children 300aab3275c0
line wrap: on
line diff
--- 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 */
 /**/
+    1847,
+/**/
     1846,
 /**/
     1845,