commit | 92f26c256e06277ff2ec4ce7adea1eb58c85abe0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 03 20:17:30 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 03 20:17:30 2020 +0200 |
tree | b4f9334e90b945a9b727b5a7ade7870b2bb06a00 | |
parent | c8fe645c198e2ca55c4e3446efbbdb9b995c63ce [diff] [blame] |
patch 8.2.1794: no falsy Coalescing operator Problem: No falsy Coalescing operator. Solution: Add the "??" operator. Fix mistake with function argument count.
diff --git a/src/version.c b/src/version.c index beca185..bd57233 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1794, +/**/ 1793, /**/ 1792,