commit | 7fbcee6f928356f1c205a4dfa67c1d542f743b92 | [log] [tgz] |
---|---|---|
author | Christoph Sax <christoph.sax@mailbox.org> | Thu Jun 08 17:57:19 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 08 17:57:19 2023 +0100 |
tree | 9f7b0591dcf3999527b3baabaeb7b2eb82a4a62a | |
parent | 577922b917e48285a7a312daf7b5bbc6e272939c [diff] [blame] |
patch 9.0.1618: Trace32 files are not recognized Problem: Trace32 files are not recognized. Solution: Add patterns for the t32 filetype. (Christoph Sax, closes #12505)
diff --git a/src/version.c b/src/version.c index a3fc959..13888eb 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1618, +/**/ 1617, /**/ 1616,