diff src/version.c @ 15426:8b78878311e0 v8.1.0721

patch 8.1.0721: conceal mode is not sufficiently tested commit https://github.com/vim/vim/commit/429ab1761ea9123777c9540ddb35ffa497a7e349 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 11 15:54:45 2019 +0100 patch 8.1.0721: conceal mode is not sufficiently tested Problem: Conceal mode is not sufficiently tested. Solution: Add screendump tests. Check all 'concealcursor' values.
author Bram Moolenaar <Bram@vim.org>
date Fri, 11 Jan 2019 16:00:08 +0100
parents 90c8ff9c19ee
children eae582bfb293
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -796,6 +796,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    721,
+/**/
     720,
 /**/
     719,