commit | 1349bd712cf7d24dc65408c523dd7deb30224f80 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 22 12:34:28 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 22 12:34:28 2022 +0000 |
tree | 4169f9aabfde7d4df808d2f9d5c5611d87626379 | |
parent | ca0c1caa36823ea8e61184268d7337e79995352f [diff] [blame] |
patch 8.2.4439: accepting "iso8859" 'encoding' as "iso-8859-" Problem: Accepting "iso8859" 'encoding' as "iso-8859-". Solution: use "iso8859" as "iso-8859-1".
diff --git a/src/version.c b/src/version.c index 399aef9..23f45b5 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4439, +/**/ 4438, /**/ 4437,