commit | e173fd09720a346fbaa340003d31a4329283a805 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 22 19:03:32 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 22 19:03:32 2017 +0200 |
tree | 94197db04daf7662a6c5173de82718c5cf65751a | |
parent | 61a6605ea1201eb49a126ca696fcfc56caf5dca6 [diff] [blame] |
patch 8.0.0747: :terminal without an argument doesn't work Problem: :terminal without an argument doesn't work. Solution: Use the 'shell' option. (Yasuhiro Matsumoto, closes #1860)
diff --git a/src/version.c b/src/version.c index a062258..79e503f 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 747, +/**/ 746, /**/ 745,