commit | c273405188cc2f19e949089cda1f92bd81610dac | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 27 21:57:21 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 27 21:57:21 2019 +0200 |
tree | 30572ce47362b287a09918394096e7a6f201052b | |
parent | 4248111497ab78f45d3d48576740949778a1e76b [diff] [blame] |
patch 8.1.1762: some filetype rules are in the wrong place Problem: Some filetype rules are in the wrong place. Solution: Move to the right place. Add a few more tests.
diff --git a/src/version.c b/src/version.c index b1d7fea..6d2c89c 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1762, +/**/ 1761, /**/ 1760,