commit | 031cb743ae154cfb727a9b7787bdcb61202ff1c8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 24 21:46:19 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 24 21:46:19 2016 +0100 |
tree | f951954f05fc9c32789c69aea475182ed77ad56d | |
parent | 319afe3804741db5a6c188bd69535fa7ed044c62 [diff] [blame] |
patch 8.0.0101 Problem: Some options are not strictly checked. Solution: Add flags for strickter checks.
diff --git a/src/version.c b/src/version.c index 5f13f76..449732f 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 101, +/**/ 100, /**/ 99,