commit | 740df76c90ee2c421ab7852b7ff2835aa0af782a | [log] [tgz] |
---|---|---|
author | Christoph Sax <christoph.sax@mailbox.org> | Fri Jun 09 19:20:04 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 09 19:20:04 2023 +0100 |
tree | ab8395a84d7fc28ef51cc23e623543d6adee25a5 | |
parent | c81dfaa69ceec9f6b88caf1dcdf2f859d4fcae47 [diff] [blame] |
patch 9.0.1622: filetype name t32 is a bit obscure Problem: Filetype name t32 is a bit obscure. Solution: Rename t32 to trace32. (Christoph Sax, closes #12512)
diff --git a/src/version.c b/src/version.c index e5cb446..ddc30c2 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1622, +/**/ 1621, /**/ 1620,