mirror of
https://github.com/zoriya/vim.git
synced 2025-12-21 14:45:17 +00:00
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 #8586) Make feature checks more consistent.
This commit is contained in:
committed by
Bram Moolenaar
parent
f6488547e3
commit
9ff9c7b974
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3181,
|
||||
/**/
|
||||
3180,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user