commit | 868831f1224cfc17a4de21fb7386873254592308 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 22 14:47:22 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 22 14:47:22 2017 +0200 |
tree | 2c8cbfa37feb366a04a4ec18bc4e92ae89d3e299 | |
parent | 9049298f8d0bbc237b7c666c7ad6cdabe738e8fc [diff] [blame] |
patch 8.0.0650: for extra help files the filetype is set more than once Problem: For extra help files the filetype is set more than once. Solution: In *.txt files check that there is no help file modline.
diff --git a/src/version.c b/src/version.c index 47e1da5..684899e 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 650, +/**/ 649, /**/ 648,