commit | eb6c2765959c91ddbb527f96f91ba5be199b8d41 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 31 13:36:36 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 31 13:36:36 2022 +0000 |
tree | e2d34fcda072114c2e3377b376064b99fb57a704 | |
parent | 1f47a287ee4f8b1d007dff878b23dd0cd6104f38 [diff] [blame] |
patch 8.2.4272: Vim9 expr test fails without the channel feature Problem: Vim9 expr test fails without the channel feature. (Dominique Pellé) Solution: Remove "g:" before "CheckFeature". (closes #9671)
diff --git a/src/version.c b/src/version.c index 9173627..2d113b8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4272, +/**/ 4271, /**/ 4270,