commit | 9a9432d3a223f7fbd902a0346030422ae0a97f0e | [log] [tgz] |
---|---|---|
author | Amaan Q <amaanq12@gmail.com> | Tue Jan 10 19:58:35 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 10 19:58:35 2023 +0000 |
tree | 4bb1b2b0c09b4786cabb42749910ff66ff7e831b | |
parent | a47c0fb4adb43d16601e9d3bd0c2b22fdedab5b4 [diff] [blame] |
patch 9.0.1174: smali files are not recognized Problem: Smali files are not recognized. Solution: Add a pattern for Smali files. (Amaan Qureshi, closes #11801)
diff --git a/src/version.c b/src/version.c index ebe699f..47ef860 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1174, +/**/ 1173, /**/ 1172,