commit | 0fc1288aefce25da0a2fb2a0aab75b0bd314403f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 17 19:23:06 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 17 19:23:06 2020 +0200 |
tree | a7e9096205da45a025b9d2cd712f055a798a9580 | |
parent | 314ca7cbb4b5a26959abb641a5aa265bee47abe5 [diff] [blame] |
patch 8.2.0589: .bsd file type not recognized Problem: .bsd file type not recognized. Solution: Recognize .bsd as BSDL. (Daniel Kho, closes #5945)
diff --git a/src/version.c b/src/version.c index 6b57804..76f501d 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 589, +/**/ 588, /**/ 587,