commit | 3dddb09c98825acefa6f2d94bb369b8e00d7b3e5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 24 19:01:59 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 24 19:01:59 2018 +0200 |
tree | 157ed0076c22b082eb97d422583287abde42b572 | |
parent | d1d037e90192ab64e4cec00b9d008b33bc69d979 [diff] [blame] |
patch 8.1.0112: no error when using bad arguments with searchpair() Problem: No error when using bad arguments with searchpair(). Solution: Add error messages.
diff --git a/src/version.c b/src/version.c index 95332ca..06ed8ce 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 112, +/**/ 111, /**/ 110,