commit | 94358a1e6e640ca5ebeb295efdddd4e92b700673 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Wed Oct 20 11:01:15 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 20 11:01:15 2021 +0100 |
tree | 81179f39149f91396d2c5af7c70ed758c326fbce | |
parent | 051a40c8d91d4595c69a27375f739367d806a475 [diff] [blame] |
patch 8.2.3545: setcellwidths() may make 'listchars' or 'fillchars' invalid Problem: setcellwidths() may make 'listchars' or 'fillchars' invalid. Solution: Check the value and give an error. (closes #9024)
diff --git a/src/version.c b/src/version.c index 227db82..072d11f 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3545, +/**/ 3544, /**/ 3543,