comparison src/version.c @ 25499:5ebf9bb1cbcd v8.2.3286

patch 8.2.3286: win_enter_ext() has too many boolean arguments Commit: https://github.com/vim/vim/commit/d61f2f772a59617850e9aa2f5fa069c1aad8e074 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 4 20:26:19 2021 +0200 patch 8.2.3286: win_enter_ext() has too many boolean arguments Problem: win_enter_ext() has too many boolean arguments. Solution: use one flags argument with defined values.
author Bram Moolenaar <Bram@vim.org>
date Wed, 04 Aug 2021 20:30:04 +0200
parents 2246bcbeff89
children a1ed55c02e80
comparison
equal deleted inserted replaced
25498:d8b600855be4 25499:5ebf9bb1cbcd
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 3286,
758 /**/ 760 /**/
759 3285, 761 3285,
760 /**/ 762 /**/
761 3284, 763 3284,
762 /**/ 764 /**/