]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1794: no falsy Coalescing operator v8.2.1794
authorBram Moolenaar <Bram@vim.org>
Sat, 3 Oct 2020 18:17:30 +0000 (20:17 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 3 Oct 2020 18:17:30 +0000 (20:17 +0200)
commit92f26c256e06277ff2ec4ce7adea1eb58c85abe0
treeb4f9334e90b945a9b727b5a7ade7870b2bb06a00
parentc8fe645c198e2ca55c4e3446efbbdb9b995c63ce
patch 8.2.1794: no falsy Coalescing operator

Problem:    No falsy Coalescing operator.
Solution:   Add the "??" operator.  Fix mistake with function argument count.
runtime/doc/eval.txt
src/eval.c
src/testdir/test_expr.vim
src/testdir/test_vim9_disassemble.vim
src/testdir/test_vim9_expr.vim
src/version.c
src/vim9compile.c
src/vim9type.c