commit | 4ad8ae8465e30df38dba31910f130891b16d38a0 | [log] [tgz] |
---|---|---|
author | Amaan Qureshi <amaanq12@gmail.com> | Sat Feb 04 12:12:36 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 04 12:12:36 2023 +0000 |
tree | 8994e840500d2be7ae6a6eebac651bc166a59c3d | |
parent | 49f0524fb575bb1cf4881e472afab7d37c579440 [diff] [blame] |
patch 9.0.1278: go.work.sum files are not recognized Problem: go.work.sum files are not recognized. Solution: Recognize go.work.sum files as the gosum filetype. (Amaan Qureshi, closes #11940)
diff --git a/src/version.c b/src/version.c index 0768881..f21013d 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1278, +/**/ 1277, /**/ 1276,