commit | c360b2566ce2390d45d9436a6a85719fe2b387d5 | [log] [tgz] |
---|---|---|
author | salkin-mada <adam@oddodd.org> | Sat Apr 16 21:33:54 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 16 21:33:54 2022 +0100 |
tree | 366c548eb425dbc4fff36c9321986d6e23409e00 | |
parent | 93c7a45e86934a92ec513b437fe9b8cc343c53e3 [diff] [blame] |
patch 8.2.4767: openscad files are not recognized Problem: Openscad files are not recognized. Solution: Add a filetype pattern. (Niklas Adam, closes #10199)
diff --git a/src/version.c b/src/version.c index c3aad48..febf286 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4767, +/**/ 4766, /**/ 4765,