commit | 4934ed34c3e2090d1963c89c629cd3ce81d3ecd1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 30 19:43:11 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 30 19:43:11 2021 +0200 |
tree | c3eed83db5c0981fddeeb7825c0a5da7bb13379d | |
parent | aeed2a6359e9ca692e1397884c3678685132d360 [diff] [blame] |
patch 8.2.2819: finishing an abbreviation with multi-byte char may not work Problem: Finishing an abbreviation with a multi-byte char may not work. Solution: Escape K_SPECIAL in the typed character. (closes #8160)
diff --git a/src/version.c b/src/version.c index f1d5532..b1ba0a1 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2819, +/**/ 2818, /**/ 2817,