]> granicus.if.org Git - vim/commit
patch 8.2.2012: Vim9: confusing error message when using bool wrongly v8.2.2012
authorBram Moolenaar <Bram@vim.org>
Wed, 18 Nov 2020 16:17:15 +0000 (17:17 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 18 Nov 2020 16:17:15 +0000 (17:17 +0100)
commitd92cc130fbb1beacf6411ee5837545f46f9be90e
treed6b79e63ce4845c810b33434c3de75f9c332af55
parent9950280d377a5c0706d141017fcef9cad598b8b0
patch 8.2.2012: Vim9: confusing error message when using bool wrongly

Problem:    Vim9: confusing error message when using bool wrongly.
Solution:   Mention "Bool" instead of "Special". (closes #7323)
src/errors.h
src/testdir/test_vim9_expr.vim
src/typval.c
src/version.c