commit | f46bf5204c3c55d23921b501db21a906d526eb45 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 09 13:16:13 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 09 13:16:13 2020 +0100 |
tree | a7ed0501c46123a0af70b780940b8c4ac0a50f2e | |
parent | 7bb4e74c38642682cfdd0cb4052adfa5efdd7dd1 [diff] [blame] |
patch 8.2.2118: dead code in the job support Problem: Dead code in the job support. (Dominique Pellé) Solution: Define USE_ARGV before checking for it.
diff --git a/src/version.c b/src/version.c index 21d051e..7554fb3 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2118, +/**/ 2117, /**/ 2116,