diff src/version.c @ 18910:e8fe65da4198 v8.2.0016

patch 8.2.0016: test name used twice, option not restored properly Commit: https://github.com/vim/vim/commit/a48e78e11f2b647183fd12f569020756b17d7683 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 17 20:29:26 2019 +0100 patch 8.2.0016: test name used twice, option not restored properly Problem: Test name used twice, option not restored properly. Solution: Rename function, restore option with "&".
author Bram Moolenaar <Bram@vim.org>
date Tue, 17 Dec 2019 20:30:04 +0100
parents 61fa1a9d09dd
children ccd16426a1f9
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 */
 /**/
+    16,
+/**/
     15,
 /**/
     14,