diff src/version.c @ 20245:43ae8e2fd4c4 v8.2.0678

patch 8.2.0678: rare crash for popup menu Commit: https://github.com/vim/vim/commit/d58a662f44dc11475f4cf5922a948635da934cc4 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 2 14:52:57 2020 +0200 patch 8.2.0678: rare crash for popup menu Problem: Rare crash for popup menu. Solution: Check for NULL pointer. (Nobuhiro Takasaki, closes https://github.com/vim/vim/issues/6027)
author Bram Moolenaar <Bram@vim.org>
date Sat, 02 May 2020 15:00:04 +0200
parents 23d75968ca5e
children e46e72aaff74
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    678,
+/**/
     677,
 /**/
     676,