commit | 60618c8f1a7ea55452837a446525272142286471 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sat Dec 18 15:32:46 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 18 15:32:46 2021 +0000 |
tree | 90c4a7fdbbcbc964d0eb0f16920c24ff273191c9 | |
parent | 0dc4d8eaecc3acc26c3bee906d98097f9faa90bd [diff] [blame] |
patch 8.2.3846: no error when using control character for 'lcs' or 'fcs' Problem: No error when using control character for 'lcs' or 'fcs'. Solution: Use char2cells() to check the width. (closes #9369)
diff --git a/src/version.c b/src/version.c index 262a330..92612d5 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3846, +/**/ 3845, /**/ 3844,