commit | ec084d3356cc2a23f2f44707810c38ab590d2e66 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 28 22:44:47 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 28 22:44:47 2020 +0100 |
tree | 338049b463f0c24c7d9d6ccbefb5fd4e479547bc | |
parent | e52e0c89d1a6305beca3c01f89a4892dcb43bc71 [diff] [blame] |
patch 8.2.0329: popup filter converts 0x80 bytes Problem: Popup filter converts 0x80 bytes. Solution: Keep 0x80 bytes as-is. (Ozaki Kiichi, closes #5706)
diff --git a/src/version.c b/src/version.c index 986e10d..ced13f8 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 329, +/**/ 328, /**/ 327,