commit | 7a073549a3b1e72037a4e98ceb406d057ac9ba50 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 01 23:17:36 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 01 23:17:36 2017 +0100 |
tree | 9e723a81d548367c5ad326e8a29cf49c5ae168a9 | |
parent | 79da563cf9220b9abb83455a68d995684133ea56 [diff] [blame] |
patch 8.0.0295: test_viml hangs Problem: test_viml hangs. Solution: Put resetting 'more' before sourcing the script.
diff --git a/src/version.c b/src/version.c index 4a796bf..4dc4cd8 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 295, +/**/ 294, /**/ 293,