commit | 293424c199615b774365db9b412209b102cdfe20 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 26 23:11:01 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 26 23:11:01 2017 +0200 |
tree | 39d00d7e32fdae01fe1e95e8a456b976f951287c | |
parent | 4cc93dc85a7aaf6bb1ccccc466f8d5fa523094e4 [diff] [blame] |
patch 8.0.0779: :term without an argument uses empty buffer name Problem: :term without an argument uses empty buffer name but runs the snell. Solution: Change the command to the shell earlier.
diff --git a/src/version.c b/src/version.c index 051f75f..1654ee3 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 779, +/**/ 778, /**/ 777,