commit | bc5020aa4d7ef4aea88395eff858f74fc881eab9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 16 17:25:22 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 16 17:25:22 2018 +0200 |
tree | 86abc96e4efcfa1667ba9c33e7fe1b48a2251845 | |
parent | bfa4246768e28335ed9b98f83019ea58b480158e [diff] [blame] |
patch 8.1.0059: displayed digraph for "ga" wrong with 'encoding' "cp1251" Problem: Displayed digraph for "ga" wrong with 'encoding' "cp1251". Solution: Convert from 'encoding' to "utf-8" if needed. (closes #3015)
diff --git a/src/version.c b/src/version.c index f7c5f2e..68b4c26 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 59, +/**/ 58, /**/ 57,