commit | 40d235e7305ce6ff696e8301c62a41f1f07f8aca | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 19 20:32:01 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 19 20:32:01 2020 +0100 |
tree | ae92e5936c06f90d92985f03e38d1dfdfefb7276 | |
parent | 373a876d0cac5f8aff352e8ca42fdac88a1a7c3b [diff] [blame] |
patch 8.2.0415: bsdl filetype is not detected Problem: Bsdl filetype is not detected. Solution: Add an entry in the filetype list. (Daniel Kho, closes #5810)
diff --git a/src/version.c b/src/version.c index 19b1be4..f018e6b 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 415, +/**/ 414, /**/ 413,