diff src/version.c @ 20101:64ea318298b7 v8.2.0606

patch 8.2.0606: several syntax HL errors not checked Commit: https://github.com/vim/vim/commit/fbf2122cf920a89274ffbefaaeb6c5eeacf5187b Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 19 18:31:25 2020 +0200 patch 8.2.0606: several syntax HL errors not checked Problem: Several syntax HL errors not checked. Solution: Add tests. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/5954)
author Bram Moolenaar <Bram@vim.org>
date Sun, 19 Apr 2020 18:45:03 +0200
parents 058b41f85bcb
children fda7bed83eb6
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    606,
+/**/
     605,
 /**/
     604,