commit | 6bff02eb530aa29aafa2cb5627399837be7a5dd5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 16 22:50:55 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 16 22:50:55 2016 +0200 |
tree | bbdc08501666f8c44b1bc16b8f4724360555b398 | |
parent | 91984b9034d3b698459622be277d963e0c6df60e [diff] [blame] |
patch 7.4.2222 Problem: Sourcing a script where a character has 0x80 as a second byte does not work. (Filipe L B Correia) Solution: Turn 0x80 into K_SPECIAL KS_SPECIAL KE_FILLER. (Christian Brabandt, closes #728) Add a test case.
diff --git a/src/version.c b/src/version.c index 0395201..539685d 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2222, +/**/ 2221, /**/ 2220,