commit | 2438ae3d678288c4726d2e393d1c66fd5cc52623 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 13 17:38:11 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 13 17:38:11 2017 +0200 |
tree | 969e1837687a0126ec737d89a7bba7b1564af4f8 | |
parent | dcaa61384ca76e42f7feda5640fb85b58cee03e5 [diff] [blame] |
patch 8.0.0929: :term without argument does not work Problem: :term without argument does not work. Solution: Use shell for empty command. (Yasuhiro Matsumoto, closes #1970)
diff --git a/src/version.c b/src/version.c index fc4b858..cc7bb86 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 929, +/**/ 928, /**/ 927,