# HG changeset patch # User Bram Moolenaar # Date 1591443004 -7200 # Node ID 3f0826b19029f3f1deac20eb03ae2684ed9fa963 # Parent 587df3e9fa5f9e34282a3bf47b7c806203b86037 Also fix the patch number. Commit: https://github.com/vim/vim/commit/87fda407f8ecf947ba6ce72ac21f69ff04d909cd Author: Bram Moolenaar Date: Sat Jun 6 13:25:31 2020 +0200 Also fix the patch number. diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -755,6 +755,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 910, +/**/ 909, /**/ 908,