diff src/version.c @ 18951:2ade39e58400 v8.2.0036

patch 8.2.0036: not enough test coverage for match functions Commit: https://github.com/vim/vim/commit/49d68bf5e4d9306269b141f0576bbf44631f4ff0 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 24 15:17:00 2019 +0100 patch 8.2.0036: not enough test coverage for match functions Problem: Not enough test coverage for match functions. Solution: Add a few more test cases. (Dominique Pelle, closes https://github.com/vim/vim/issues/5394) Add error number.
author Bram Moolenaar <Bram@vim.org>
date Tue, 24 Dec 2019 15:30:04 +0100
parents 5c405689da3e
children 30c965c6f855
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    36,
+/**/
     35,
 /**/
     34,