commit | 197c6b7da3ad4c3e3942a553f5dbc35722a4a349 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 03 23:37:12 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 03 23:37:12 2019 +0100 |
tree | f4369612e764bf0ba88fcac151d3d43bb866dd06 | |
parent | 30efcf3d26bd14af71cd306c4c5f9e789a7130c9 [diff] [blame] |
patch 8.1.2251: ":term command" may not work without a shell Problem: ":term command" may not work without a shell. Solution: Add the ++shell option to :term. (closes #3340)
diff --git a/src/version.c b/src/version.c index 5a4a1e4..767cbec 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2251, +/**/ 2250, /**/ 2249,