comparison src/version.c @ 25288:ddc38de331ff v8.2.3181

patch 8.2.3181: Vim9: builtin function test fails without channel feature Commit: https://github.com/vim/vim/commit/9ff9c7b9741b216d3dc75603e50654088dc5f55b Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Sun Jul 18 21:44:37 2021 +0200 patch 8.2.3181: Vim9: builtin function test fails without channel feature Problem: Vim9: builtin function test fails without channel feature. Solution: Add feature checks. (Dominique Pell?, closes https://github.com/vim/vim/issues/8586) Make feature checks more consistent.
author Bram Moolenaar <Bram@vim.org>
date Sun, 18 Jul 2021 21:45:04 +0200
parents 946ef64ede70
children 8b7ea875afed
comparison
equal deleted inserted replaced
25287:8c572a349cff 25288:ddc38de331ff
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 3181,
758 /**/ 760 /**/
759 3180, 761 3180,
760 /**/ 762 /**/
761 3179, 763 3179,
762 /**/ 764 /**/