comparison src/version.c @ 18548:4fbfecbb968c v8.1.2268

patch 8.1.2268: spell file flag zero is not recognized Commit: https://github.com/vim/vim/commit/3d2a47c7823b934e1a85d773b68758c87c3ddc90 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 7 20:48:42 2019 +0100 patch 8.1.2268: spell file flag zero is not recognized Problem: Spell file flag zero is not recognized. Solution: Use -1 as an error value, so that zero can be used as a valid flag number.
author Bram Moolenaar <Bram@vim.org>
date Thu, 07 Nov 2019 21:00:05 +0100
parents f609865bfc54
children 90e5812af76b
comparison
equal deleted inserted replaced
18547:2602ebaedfda 18548:4fbfecbb968c
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 2268,
744 /**/ 746 /**/
745 2267, 747 2267,
746 /**/ 748 /**/
747 2266, 749 2266,
748 /**/ 750 /**/