comparison 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
comparison
equal deleted inserted replaced
22022:b692415fc88b 22023:67d3826948ad
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1561,
757 /**/ 759 /**/
758 1560, 760 1560,
759 /**/ 761 /**/
760 1559, 762 1559,
761 /**/ 763 /**/