commit | 2f21fa8743404289f1410ba49dd711a622f45d81 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 31 20:05:56 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 31 20:05:56 2018 +0100 |
tree | 5d1459b3f9687fb2c6eac7c022b056e2f0fe40f4 | |
parent | fb2f7aa982a3767cd3fa61aad8dcc075f339e15b [diff] [blame] |
patch 8.1.0667: textprop test leaves file behind Problem: Textprop test leaves file behind. Solution: Delete the file. (Dominique Pelle, closes #3743)
diff --git a/src/version.c b/src/version.c index ed29c8b..21a4956 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 667, +/**/ 666, /**/ 665,