commit | 5fa9b24440d677c1aa00084d0cf84638b1e1a0d5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 04 21:00:32 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 04 21:00:32 2021 +0200 |
tree | 382a0c9c282d6cffb2f1fe8df9c5b621b94c9c9e | |
parent | 6c4c404c580fadd69e39297a6cb4b214f2fcb6d6 [diff] [blame] |
patch 8.2.2936: Vim9: converting number to bool uses wrong stack offset Problem: Vim9: converting number to bool uses wrong stack offset. (Salman Halim) Solution: Include the offset in the 2BOOL command.
diff --git a/src/version.c b/src/version.c index d55bb30..a230c4e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2936, +/**/ 2935, /**/ 2934,