commit | c9fbd2560f24180d2efa40028ed68427341d2d99 | [log] [tgz] |
---|---|---|
author | Omar El Halabi <omar.el.halabi@freiheit.com> | Mon May 29 19:59:45 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 29 19:59:45 2023 +0100 |
tree | e5d77e56c8a6eacabfdd5624918642b7c0198077 | |
parent | 247caa378fc1121c99ecc594fab024691a6d7a9b [diff] [blame] |
patch 9.0.1591: some "gomod" files are not recognized Problem: Some "gomod" files are not recognized. Solution: Check for "go.mod" file name before checking out the contents. (Omar El Halabi, closes #12462)
diff --git a/src/version.c b/src/version.c index fbe684a..ad1b686 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1591, +/**/ 1590, /**/ 1589,