From: Bram Moolenaar Date: Sat, 7 Sep 2019 13:51:28 +0000 (+0200) Subject: patch 8.1.2002: version number 2000 missing X-Git-Tag: v8.1.2002 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b1cd65d8b063cade214043c39560b289f84ef8b;p=vim patch 8.1.2002: version number 2000 missing Problem: Version number 2000 missing. Solution: Add the number in the list of patches. --- diff --git a/src/version.c b/src/version.c index 60ab29783..7f3310e2c 100644 --- a/src/version.c +++ b/src/version.c @@ -757,8 +757,12 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2002, /**/ 2001, +/**/ + 2000, /**/ 1999, /**/