commit | 2e2f52a4a0fd560d37a11a7383a4d52b63ca6cfc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 21 16:03:02 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 21 16:03:02 2020 +0100 |
tree | c4bde05ee74541b38cfb98052cb4dd64ea91c999 | |
parent | ef2dff52de52c17fe1bd7c06cbb32d8955901f5a [diff] [blame] |
patch 8.2.2178: Python 3: non-utf8 character cannot be handled Problem: Python 3: non-utf8 character cannot be handled. Solution: Change the string decode. (Björn Linse, closes #1053)
diff --git a/src/version.c b/src/version.c index 05f08e5..aa6967d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2178, +/**/ 2177, /**/ 2176,