commit | 890c77203637626b1005db818667084d11e653e7 | [log] [tgz] |
---|---|---|
author | Amaan Qureshi <amaanq12@gmail.com> | Tue Mar 21 22:03:15 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 21 22:03:15 2023 +0000 |
tree | 4652bb9235b39cf233863ca88df2ffb240e17047 | |
parent | d0639d717ba7cf8b04b588aadd0b379ed43a5f1f [diff] [blame] |
patch 9.0.1423: WebAssembly Interface Type files are not recognized Problem: WebAssembly Interface Type files are not recognized. Solution: Add a pattern for WIT files. (Amaan Qureshi, closes #12173)
diff --git a/src/version.c b/src/version.c index 8ed8263..3b93819 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1423, +/**/ 1422, /**/ 1421,