1
0
forked from aniani/vim

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)
This commit is contained in:
zeertzjq
2021-12-18 15:32:46 +00:00
committed by Bram Moolenaar
parent 0dc4d8eaec
commit 60618c8f1a
4 changed files with 23 additions and 5 deletions

View File

@@ -749,6 +749,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3846,
/**/
3845,
/**/