diff src/version.c @ 18662:652ac5edf8d0 v8.1.2323

patch 8.1.2323: Old MSVC version no longer tested. Commit: https://github.com/vim/vim/commit/a07549008207099e8b7884d11d7c8a106e290cb9 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 19 23:01:28 2019 +0100 patch 8.1.2323: Old MSVC version no longer tested. Problem: Old MSVC version no longer tested. Solution: Drop support for MSCV 2008 and older. (Ken Takata, closes https://github.com/vim/vim/issues/5248)
author Bram Moolenaar <Bram@vim.org>
date Tue, 19 Nov 2019 23:15:04 +0100
parents 4d2a88cc5821
children 7369756d05de
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2323,
+/**/
     2322,
 /**/
     2321,