diff src/version.c @ 15641:2c264fda0f59 v8.1.0828

patch 8.1.0828: still using FEAT_VIRTUALEDIT commit https://github.com/vim/vim/commit/6aba96dd5778b4201c9f5cb065d7669d3398e724 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 26 17:43:21 2019 +0100 patch 8.1.0828: still using FEAT_VIRTUALEDIT Problem: Still using FEAT_VIRTUALEDIT. Solution: Remove last use of FEAT_VIRTUALEDIT.
author Bram Moolenaar <Bram@vim.org>
date Sat, 26 Jan 2019 17:45:13 +0100
parents 996e75c90f91
children dc2bfda59f95
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -784,6 +784,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    828,
+/**/
     827,
 /**/
     826,