commit | f661cee847d2c17652b0ad0d703d2e3ac8610265 | [log] [tgz] |
---|---|---|
author | Dominique Pelle <dominique.pelle@gmail.com> | Sun Dec 05 13:40:01 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 05 13:40:01 2021 +0000 |
tree | 396916e3f1aaf50d704b1884944df71b6561b07e | |
parent | f645ee47c85940d05f492a1b3932fbcdfd4204b3 [diff] [blame] |
patch 8.2.3745: autochdir test fails without the +channel feature Problem: Autochdir test fails without the +channel feature. Solution: Remove the ch_logfile() call. (Dominique Pellé, closes #9281)
diff --git a/src/version.c b/src/version.c index da1bc2d..54baf7b 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3745, +/**/ 3744, /**/ 3743,