commit | 4b7cdca23035eacf6cd0e30b90546cf32f7efe9e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 01 16:18:38 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 01 16:18:38 2020 +0100 |
tree | 0a79a0d892c24d9fa72a1412bb2dbffb87cedfe7 | |
parent | ea8b7aecab9cc6d9c2d2845ad53203b26de14f85 [diff] [blame] |
patch 8.2.0074: Python 3 unicode test someitmes fails Problem: Python 3 unicode test someitmes fails. Solution: Make 'termencoding' empty. Correct number of error message.
diff --git a/src/version.c b/src/version.c index c8df547..30f4465 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 74, +/**/ 73, /**/ 72,