commit | f6f4a01ab15d6c962af1210d75a5dc3876e42f39 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 17 17:18:20 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 17 17:18:20 2011 +0200 |
tree | cb9a77ed99175dcbeb1a4e612870ef66566b8c62 | |
parent | 1db1f77d4a10f428738f97d06a010fddff4807c7 [diff] [blame] |
updated for version 7.3.283 Problem: An expression mapping with a multi-byte character containing a 0x80 byte gets messed up. (ZyX) Solution: Unescape the expression before evaluating it (Yukihiro Nakadaira)
diff --git a/src/version.c b/src/version.c index f9760e9..b5fe5aa 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 283, +/**/ 282, /**/ 281,