commit | a5d78d1f1123d9ffccd5ba58f2d2dec44cc59e94 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 15 12:28:22 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 15 12:28:22 2021 +0000 |
tree | 514281ec767d602788fa8989b21cc899d91be808 | |
parent | 57bc2333b1d713bc54f8e33ef3ef7ac169af2ac4 [diff] [blame] |
patch 8.2.3813: confusing error when using :cc without error list Problem: confusing error when using :cc without error list. (Gary Johnson) Solution: Give the "no errors" error.
diff --git a/src/version.c b/src/version.c index 67f1e37..b8f9d9a 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3813, +/**/ 3812, /**/ 3811,