diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-08-11 22:22:36 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-08-11 22:22:36 +0200 |
commit | 8ed54007399f968aab447ae6cb46623b1bdbc75e (patch) | |
tree | fa6bb197209781e2013a87228f10632488caf710 /src/version.c | |
parent | 08d384ff3aa0366c18fb87ed215b1b4bdf9b1745 (diff) | |
download | vim-8ed54007399f968aab447ae6cb46623b1bdbc75e.zip |
patch 8.0.0909: channel test fails
Problem: Channel test fails.
Solution: Allow for "cwd" and "env" arguments.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index acc855c87..741c4a235 100644 --- a/src/version.c +++ b/src/version.c @@ -770,6 +770,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 909, +/**/ 908, /**/ 907, |