commit | eae1b91fea74842000fc055afc74fe2e7934c6ee | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 09 15:12:55 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 09 15:12:55 2019 +0200 |
tree | 71fe047a88c21932a4c919c47b5d19847ee65471 | |
parent | 691ddeefb545d8488e5a495af61caba2e57b3de9 [diff] [blame] |
patch 8.1.1306: Borland support is outdated and doesn't work Problem: Borland support is outdated and doesn't work. Solution: Remove Borland support, there are other (free) compilers available. (Thomas Dziedzic, Ken Takata, closes #4364)
diff --git a/src/version.c b/src/version.c index 182a43a..3b9ef32 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1306, +/**/ 1305, /**/ 1304,