diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-12-01 16:41:50 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-12-01 16:41:50 +0100 |
commit | 65e08ee1d26aa7bf341ac0e0400839d696d1ab64 (patch) | |
tree | 50da95e684996687d9a3d474317f88d95dd99129 /src/version.c | |
parent | 958dc6923d341390531888058495569d73c356c3 (diff) | |
download | vim-git-8.0.0108.tar.gz |
patch 8.0.0108v8.0.0108
Problem: The channel "drop" option is not tested.
Solution: Add a test.
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 c683ed531..c4977dea7 100644 --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 108, +/**/ 107, /**/ 106, |