diff src/version.c @ 18096:609b351cb58f v8.1.2043

patch 8.1.2043: not sufficient testing for quoted numbers Commit: https://github.com/vim/vim/commit/ea8dcf8346f488786023fd03ec1c013cda243040 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 15 21:12:22 2019 +0200 patch 8.1.2043: not sufficient testing for quoted numbers Problem: Not sufficient testing for quoted numbers. Solution: Add a few more test cases.
author Bram Moolenaar <Bram@vim.org>
date Sun, 15 Sep 2019 21:15:04 +0200
parents a1396a35444c
children a2870e6f5b45
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2043,
+/**/
     2042,
 /**/
     2041,