commit | 36951ed1dab2b2e816dc8959c72b5732f36d9e3b | [log] [tgz] |
---|---|---|
author | =?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com> | Sat Apr 09 16:08:08 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 09 16:08:08 2022 +0100 |
tree | b0aca49b38a90393f7812cb26143bfec48d6fbcd | |
parent | b09c320039ad49e62d2e2d7f14ba47ee3ca0706a [diff] [blame] |
patch 8.2.4721: cooklang files are not recognized Problem: Cooklang files are not recognized. Solution: recognize *.cook files. (Goc Dundar, closes #10120)
diff --git a/src/version.c b/src/version.c index be3b669..1b2a188 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4721, +/**/ 4720, /**/ 4719,