commit | ca0627df69c29508f6f797bef27a1f5fa9a447d3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 12 17:03:08 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 12 17:03:08 2021 +0200 |
tree | c46daa76bf1ba8011468831de5524a41d19d0ea9 | |
parent | dfe04dbff5863f6c089da8831d7ac2a3421a44b7 [diff] [blame] |
patch 8.2.3432: octave/Matlab filetype detection does not work properly Problem: Octave/Matlab filetype detection does not work properly. Solution: Update the patterns used for matching. (Doug Kearns)
diff --git a/src/version.c b/src/version.c index 053648a..7d87105 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3432, +/**/ 3431, /**/ 3430,