commit | af630d4f7f8daa7edbda0b607d32d39a5feae9d9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 08 23:09:48 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 08 23:09:48 2019 +0100 |
tree | 656ddfe5538ace754e16bef60967ed8f1a5ade31 | |
parent | 54d6fe5e60c0c488a424c078963ead40ae7dc397 [diff] [blame] |
patch 8.1.0884: double check for bsd systems Problem: Double check for bsd systems. Solution: Delete the old line.
diff --git a/src/version.c b/src/version.c index bf1e466..b08bd82 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 884, +/**/ 883, /**/ 882,