diff src/version.c @ 19495:f6c87afa5501 v8.2.0305

patch 8.2.0305: relativenumber test fails on some systems Commit: https://github.com/vim/vim/commit/8040a7147f5b896a702d1684e7831df107490f45 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 23 13:38:08 2020 +0100 patch 8.2.0305: relativenumber test fails on some systems Problem: Relativenumber test fails on some systems. (James McCoy) Solution: Clear the command line.
author Bram Moolenaar <Bram@vim.org>
date Sun, 23 Feb 2020 13:45:04 +0100
parents 74add0046945
children 639b1d672757
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    305,
+/**/
     304,
 /**/
     303,