diff src/version.c @ 13946:c2312fc9fbfe v8.0.1843

patch 8.0.1843: entry for 'wrap' in options window is wrong commit https://github.com/vim/vim/commit/8776889b5befd8eba66f4ad32282db36f85392a6 Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 15 21:42:51 2018 +0200 patch 8.0.1843: entry for 'wrap' in options window is wrong Problem: Entry for 'wrap' in options window is wrong. (John Little) Solution: Make the change apply locally.
author Christian Brabandt <cb@256bit.org>
date Tue, 15 May 2018 21:45:06 +0200
parents ddf02a93796f
children 2ed1585c6467
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 */
 /**/
+    1843,
+/**/
     1842,
 /**/
     1841,