commit | 0a0217abfabcee8b0779df2e18a186a4b41e18ce | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 09 22:06:48 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 09 22:06:48 2017 +0200 |
tree | d6ab4a6c46f95ba01d27271bc8ddcc0e9f04751a | |
parent | 82b9ca05f40a627355e7c3bcf49b1f19ffbdaf87 [diff] [blame] |
patch 8.0.0894: there is no test for runtime filetype detection Problem: There is no test for runtime filetype detection. Solution: Test a list of filetypes from patterns.
diff --git a/src/version.c b/src/version.c index 326f33b..77e6345 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 894, +/**/ 893, /**/ 892,