diff src/version.c @ 15273:19272aa12962 v8.1.0645

patch 8.1.0645: Coverity warns for possible use of NULL pointer commit https://github.com/vim/vim/commit/06d626032330dc79825004f9cba7d154c9c90cbc Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 27 21:27:03 2018 +0100 patch 8.1.0645: Coverity warns for possible use of NULL pointer Problem: Coverity warns for possible use of NULL pointer. Solution: Check return value of vterm_obtain_screen().
author Bram Moolenaar <Bram@vim.org>
date Thu, 27 Dec 2018 21:30:06 +0100
parents a6319aca721b
children b408509d8292
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -800,6 +800,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    645,
+/**/
     644,
 /**/
     643,