diff src/version.c @ 22023:67d3826948ad v8.2.1561

patch 8.2.1561: using NULL pointers in fold code Commit: https://github.com/vim/vim/commit/81fcb67fb32a12414512b72e691a1bbbff9f8511 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 1 21:21:24 2020 +0200 patch 8.2.1561: using NULL pointers in fold code Problem: Using NULL pointers in fold code. Solution: Avoid using a NULL pointer. (Dominique Pell?, closes https://github.com/vim/vim/issues/6831, closes #6831)
author Bram Moolenaar <Bram@vim.org>
date Tue, 01 Sep 2020 21:30:04 +0200
parents 514d622473af
children 71f886a48ef5
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1561,
+/**/
     1560,
 /**/
     1559,