commit | 7751d1d1a3d447d0d48f57f34e0da9f7c6ac433d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 18 20:37:08 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 18 20:37:08 2019 +0200 |
tree | a66d9b1b9a6ad27a836452205e4b989ccd3dc71c | |
parent | a1cb1d1dce14dd005797590721f1bcd0e7c3b35f [diff] [blame] |
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 #5078)
diff --git a/src/version.c b/src/version.c index 0dd3677..901bf32 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2172, +/**/ 2171, /**/ 2170,