1
0
forked from aniani/vim

patch 8.2.3522: cannot use \x and \u when setting 'listchars'

Problem:    Cannot use \x and \u when setting 'listchars'.
Solution:   Support hex and unicode in hex form. (closes #9006)
This commit is contained in:
Bram Moolenaar
2021-10-16 17:51:40 +01:00
parent abdcfd1c83
commit 93ff6720fe
5 changed files with 47 additions and 8 deletions

View File

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