commit | d92cc130fbb1beacf6411ee5837545f46f9be90e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 18 17:17:15 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 18 17:17:15 2020 +0100 |
tree | d6b79e63ce4845c810b33434c3de75f9c332af55 | |
parent | 9950280d377a5c0706d141017fcef9cad598b8b0 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 80d2af9..0f0ccda 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2012, +/**/ 2011, /**/ 2010,