commit | 99ef06296f3c37490511c03786a2c8672e015c56 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 06 20:22:25 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 06 20:22:25 2016 +0100 |
tree | 1cfb2ed591d96815b580191223b5a55a382d7580 | |
parent | 38fd4bb2842df7634823b99c655b3896a7a2e988 [diff] [blame] |
patch 7.4.1502 Problem: Writing last-but-one line of buffer to a channel isn't implemented yet. Solution: Implement it. Fix leaving a swap file behind.
diff --git a/src/version.c b/src/version.c index 0e51caa..4d8c525 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1502, +/**/ 1501, /**/ 1500,