commit | 2bb2658bef9fb25b320f87147261b7154494a86f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 03 22:52:39 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 03 22:52:39 2020 +0200 |
tree | d191313ffa993e6b2bb20092b37b3c30bbd7b923 | |
parent | 92f26c256e06277ff2ec4ce7adea1eb58c85abe0 [diff] [blame] |
patch 8.2.1795: Vim9: operators && and || have a confusing result Problem: Vim9: operators && and || have a confusing result. Solution: Make the result a boolean.
diff --git a/src/version.c b/src/version.c index bd57233..984da5f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1795, +/**/ 1794, /**/ 1793,