diff src/version.c @ 22892:d3afe009826a v8.2.1993

patch 8.2.1993: occasional failure of the netbeans test Commit: https://github.com/vim/vim/commit/50dc3ecc642ee88348cb353cf85d08eac26c75dd Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 16 18:39:43 2020 +0100 patch 8.2.1993: occasional failure of the netbeans test Problem: Occasional failure of the netbeans test. Solution: Add "silent!". (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/7304)
author Bram Moolenaar <Bram@vim.org>
date Mon, 16 Nov 2020 18:45:04 +0100
parents 255473b88c8e
children a852e4e61887
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1993,
+/**/
     1992,
 /**/
     1991,