From e61e548dd6a20471fd81160b1c2a16089505ec8c Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 27 Apr 2019 15:05:12 +0200 Subject: patch 8.1.1211: not all user command code is tested Problem: Not all user command code is tested. Solution: Add more tests. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 86a074b283..dbf577d1be 100644 --- a/src/version.c +++ b/src/version.c @@ -767,6 +767,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1211, /**/ 1210, /**/ -- cgit v1.2.3