commit | ddb349369d107c14fad9c38baf2f0e2b8514fbf0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 03 15:55:49 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 03 15:55:49 2018 +0100 |
tree | 0ff4598c35878a2b94a514e88e05671334294c61 | |
parent | 8fd2ffc530f8f01afac53903e6ff95867afd94d7 [diff] [blame] |
patch 8.0.1458: filetype detection test does not check all scripts Problem: Filetype detection test does not check all scripts. Solution: Add most scripts to the test
diff --git a/src/version.c b/src/version.c index c73d20f..c836d3f 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1458, +/**/ 1457, /**/ 1456,