diff src/version.c @ 23436:ab163feb30cb v8.2.2261

patch 8.2.2261: Vim9: boolean option gets string type Commit: https://github.com/vim/vim/commit/d5ea8f08f78d20fde8773663894de5e8c023bd83 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 1 14:49:15 2021 +0100 patch 8.2.2261: Vim9: boolean option gets string type Problem: Vim9: boolean option gets string type. Solution: Check for VAR_BOOL. (closes https://github.com/vim/vim/issues/7588)
author Bram Moolenaar <Bram@vim.org>
date Fri, 01 Jan 2021 15:00:03 +0100
parents 0fe2cdcff19b
children 4c6ebf531284
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2261,
+/**/
     2260,
 /**/
     2259,