commit | 2e47cab715669bd0c89762217cbf77bd70cd82ac | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 27 23:12:45 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 27 23:12:45 2019 +0200 |
tree | 6335ef959011ee001155fe6e04a2337147a8cd75 | |
parent | 7b666c7883c905a0e1428b8bfa7ba062af2656e7 [diff] [blame] |
patch 8.1.2090: not clear why channel log file ends Problem: Not clear why channel log file ends. Solution: Add a "closing" line.
diff --git a/src/version.c b/src/version.c index 552f82a..e595c7a 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2090, +/**/ 2089, /**/ 2088,