commit | b848ce6b7e27f24aff47a4d63933e0f96663acfe | [log] [tgz] |
---|---|---|
author | Colin Kennedy <colinvfx@gmail.com> | Sat May 13 12:15:57 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 13 12:15:57 2023 +0100 |
tree | 6aa4e07be4860997b81f350010f25279ff7cf9e6 | |
parent | ff40b625a693cf5094abe76b77655f13ad48739b [diff] [blame] |
patch 9.0.1549: USD filetype is not recognized Problem: USD filetype is not recognized. Solution: Add patterns for USD filetype. (Colin Kennedy, closes #12370)
diff --git a/src/version.c b/src/version.c index a3c9453..857a229 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1549, +/**/ 1548, /**/ 1547,