commit | cbe6944956d7c39176e8b15faa77f1c29eaf5c97 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 27 16:54:26 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 27 16:54:26 2017 +0200 |
tree | 7f9cce58ff3118b649bba83e09e463ce4b902d86 | |
parent | c572da5f67aa5cdbbc127fc6f1d0a42e38468325 [diff] [blame] |
patch 8.0.1007: no test for filetype detection for scripts Problem: No test for filetype detection for scripts. Solution: Add a first test file script filetype detection.
diff --git a/src/version.c b/src/version.c index 5df1fc3..7b23a9a 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1007, +/**/ 1006, /**/ 1005,