diff options
author | Colin Kennedy <colinvfx@gmail.com> | 2023-05-13 12:15:57 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2023-05-13 12:15:57 +0100 |
commit | b848ce6b7e27f24aff47a4d63933e0f96663acfe (patch) | |
tree | 6aa4e07be4860997b81f350010f25279ff7cf9e6 /src/version.c | |
parent | ff40b625a693cf5094abe76b77655f13ad48739b (diff) | |
download | vim-git-9.0.1549.tar.gz |
patch 9.0.1549: USD filetype is not recognizedv9.0.1549
Problem: USD filetype is not recognized.
Solution: Add patterns for USD filetype. (Colin Kennedy, closes #12370)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index a3c9453d1..857a22960 100644 --- a/src/version.c +++ b/src/version.c @@ -696,6 +696,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1549, +/**/ 1548, /**/ 1547, |