Mercurial > vim
comparison src/version.c @ 26632:501b1a24d032 v8.2.3845
patch 8.2.3845: Vim9: test fails when the channel feature is missing
Commit: https://github.com/vim/vim/commit/0dc4d8eaecc3acc26c3bee906d98097f9faa90bd
Author: Dominique Pelle <dominique.pelle@gmail.com>
Date: Sat Dec 18 12:40:52 2021 +0000
patch 8.2.3845: Vim9: test fails when the channel feature is missing
Problem: Vim9: test fails when the channel feature is missing.
Solution: Check for the channel feature. (Dominique Pell?, closes https://github.com/vim/vim/issues/9368)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 18 Dec 2021 13:45:05 +0100 |
parents | 57bc1001160b |
children | c75f70257cf5 |
comparison
equal
deleted
inserted
replaced
26631:b044e0a903b9 | 26632:501b1a24d032 |
---|---|
747 NULL | 747 NULL |
748 }; | 748 }; |
749 | 749 |
750 static int included_patches[] = | 750 static int included_patches[] = |
751 { /* Add new patch number below this line */ | 751 { /* Add new patch number below this line */ |
752 /**/ | |
753 3845, | |
752 /**/ | 754 /**/ |
753 3844, | 755 3844, |
754 /**/ | 756 /**/ |
755 3843, | 757 3843, |
756 /**/ | 758 /**/ |