comparison src/version.c @ 25802:5ef704de7709 v8.2.3436

patch 8.2.3436: check for optional bool type has confusing return type Commit: https://github.com/vim/vim/commit/a29856fcdc41541c607437629c1c1f45951100a4 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 13 21:36:27 2021 +0200 patch 8.2.3436: check for optional bool type has confusing return type Problem: Check for optional bool type has confusing return type. Solution: Explicitly return OK.
author Bram Moolenaar <Bram@vim.org>
date Mon, 13 Sep 2021 21:45:04 +0200
parents fe8d153cb268
children bf09d07f098e
comparison
equal deleted inserted replaced
25801:7124fbe5db04 25802:5ef704de7709
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3436,
758 /**/ 760 /**/
759 3435, 761 3435,
760 /**/ 762 /**/
761 3434, 763 3434,
762 /**/ 764 /**/