commit | 82b3b4c6cf2973fe767f8e2311482af0bd95267e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 22 19:19:08 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 22 19:19:08 2021 +0000 |
tree | 5a66a7fa1006c49ca4590044a475696abf308c00 | |
parent | 080182216e605df3428cc699b9fd7e761368d12f [diff] [blame] |
patch 8.2.3873: go.mod files are not recognized Problem: go.mod files are not recognized. Solution: Check for the file name. (closes #9380)
diff --git a/src/version.c b/src/version.c index 7a1fd69..53d3b57 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3873, +/**/ 3872, /**/ 3871,