commit | 78aa5ffe314f40d33666f03b833f66b11c3d0f67 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 04 20:41:45 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 04 20:41:45 2021 +0100 |
tree | 64cf5f1cc9c4fc9ed3c2db5088c53d08c867ca74 | |
parent | 9af9fd6ab637ea507dd9015fa5a84a408c36c1e0 [diff] [blame] |
patch 8.2.3473: some files with tcl syntax are not recognized Problem: Some files with tcl syntax are not recognized. Solution: Add a few file patterns. (Doug Kearns
diff --git a/src/version.c b/src/version.c index 7d348c4..21aab4f 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3473, +/**/ 3472, /**/ 3471,