# HG changeset patch # User Bram Moolenaar # Date 1567864804 -7200 # Node ID f3a23c3a547630abfb3b55899b64bb8e0fc46fd8 # Parent 57f25ee9878905c16187a6ac1c0d9b50ada197ad patch 8.1.2002: version number 2000 missing Commit: https://github.com/vim/vim/commit/9b1cd65d8b063cade214043c39560b289f84ef8b Author: Bram Moolenaar Date: Sat Sep 7 15:51:28 2019 +0200 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 --- a/src/version.c +++ b/src/version.c @@ -758,8 +758,12 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2002, +/**/ 2001, /**/ + 2000, +/**/ 1999, /**/ 1998,