commit | d0a20c9d111da75febb60ffee2e15f727ab6a5ad | [log] [tgz] |
---|---|---|
author | Doron Behar <doron.behar@gmail.com> | Mon Apr 18 14:32:42 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 18 14:32:42 2022 +0100 |
tree | 869cd923db5bbda93cb5ea4465544b84467caba6 | |
parent | 03cca297df5210f94be2246cfdb1ee9a30454bea [diff] [blame] |
patch 8.2.4781: Maxima files are not recognized Problem: Maxima files are not recognized. Solution: Add patterns to detect Maxima files. (Doron Behar, closes #10211)
diff --git a/src/version.c b/src/version.c index fd46122..eb05f88 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4781, +/**/ 4780, /**/ 4779,