commit | da1c11c6411182e9a4bd4374e3fb8851fef77113 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 03 19:52:15 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 03 19:52:15 2018 +0100 |
tree | 5701e62b06c7649e3443947f9e46ca4860150298 | |
parent | 9691f82f862ed18c2e3e48f9d2cd902bb947f803 [diff] [blame] |
patch 8.1.0507: .raml files not properly detected Problem: .raml files not properly detected. Solution: Recognize .raml as raml instead of yaml. (closes #3594)
diff --git a/src/version.c b/src/version.c index 54b9a6c..28f39d4 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 507, +/**/ 506, /**/ 505,