commit | ed79d1e348c40e2432802423bf22e4f7b536bf8a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 22 14:38:58 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 22 14:38:58 2019 +0100 |
tree | 07ba2127daae7f89591168d7cc4589fc8fd76901 | |
parent | 97c2c05ead689f4a5de986c82531fcbd09295cda [diff] [blame] |
patch 8.1.0970: text properties test fails when 'encoding' is not utf-8 Problem: Text properties test fails when 'encoding' is not utf-8. Solution: Compare with original value of 'encoding'. (Christian Brabandt, closes #3986)
diff --git a/src/version.c b/src/version.c index cd45fa0..c4034ee 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 970, +/**/ 969, /**/ 968,