diff src/version.c @ 18918:5c256866b837 v8.2.0020

patch 8.2.0020: mouse clicks in the command line not tested Commit: https://github.com/vim/vim/commit/f19f8d1a4b58ea83f3a356cb96a4bd90e7dc902e Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 18 19:36:23 2019 +0100 patch 8.2.0020: mouse clicks in the command line not tested Problem: Mouse clicks in the command line not tested. Solution: Add tests. (Dominique Pelle, closes https://github.com/vim/vim/issues/5366)
author Bram Moolenaar <Bram@vim.org>
date Wed, 18 Dec 2019 19:45:04 +0100
parents cf051bdefb3f
children a76fdc6560c3
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    20,
+/**/
     19,
 /**/
     18,