diff src/version.c @ 18356:596a04c49d76 v8.1.2172

patch 8.1.2172: spell highlight is wrong at start of the line Commit: https://github.com/vim/vim/commit/7751d1d1a3d447d0d48f57f34e0da9f7c6ac433d Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 18 20:37:08 2019 +0200 patch 8.1.2172: spell highlight is wrong at start of the line Problem: Spell highlight is wrong at start of the line. Solution: Fix setting the "v" variable. (closes https://github.com/vim/vim/issues/5078)
author Bram Moolenaar <Bram@vim.org>
date Fri, 18 Oct 2019 20:45:03 +0200
parents 9f51d0cef8da
children 34d5cd432cac
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2172,
+/**/
     2171,
 /**/
     2170,