commit | deba5eb195d6ac70171d4973091fa884809fa3fa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 03 19:21:36 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 03 19:21:36 2021 +0200 |
tree | fa8ac070928827ae49d82f6132e027a643868def | |
parent | af631f61bc42d0dddafe1bc0c06872cf3aaeb239 [diff] [blame] |
patch 8.2.3399: Octave files are not recognized Problem: Octave files are not recognized. Solution: Detect Octave files. (Doug Kearns)
diff --git a/src/version.c b/src/version.c index 732ddee..a9219db 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3399, +/**/ 3398, /**/ 3397,