commit | be7a50c22f63478a6e64fe6b932a847830191b95 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 30 22:11:44 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 30 22:11:44 2020 +0200 |
tree | b0cccb704b38d77f8a35bf1774a74b3662c9dc55 | |
parent | 47e880d6c13c3ec2888398fd9ba1f5a7180d791a [diff] [blame] |
patch 8.2.1101: no error when using wrong arguments for setqflist() Problem: No error when using wrong arguments for setqflist() or setloclist(). Solution: Check for the error.
diff --git a/src/version.c b/src/version.c index 9da2173..f1b0be6 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1101, +/**/ 1100, /**/ 1099,