commit | 93ff6720fe4427341bc426b6d46e6324f226c270 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 16 17:51:40 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 16 17:51:40 2021 +0100 |
tree | 59206daf1e304747723c5e4fcc8cabd16b3c310e | |
parent | abdcfd1c837e244065d4fe04c7a78abae5af3f7e [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 16e49ac..1b6e997 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3522, +/**/ 3521, /**/ 3520,