commit | 8b5901e2f9466eb6f38f5b251e871f609f65e252 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 29 14:39:12 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 29 14:39:12 2022 +0100 |
tree | 430a9eae50338cd4685c7b542b51049bd2b8da5b | |
parent | 040674129f3382822eeb7b590380efa5228124a8 [diff] [blame] |
patch 9.0.0006: not all Visual Basic files are recognized Problem: Not all Visual Basic files are recognized. Solution: Change detection of *.cls files. (Doug Kearns)
diff --git a/src/version.c b/src/version.c index 0e6758f..98227fa 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 6, +/**/ 5, /**/ 4,