commit | 5ffefbb35aba2448099314a9e09714d2f3b2b1bd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 13 20:27:36 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 13 20:27:36 2021 +0200 |
tree | e7a38623964613b43058b65f61aa296ec3432c09 | |
parent | 2346a6378483c9871016f9fc821ec5cbea638f13 [diff] [blame] |
patch 8.2.2993: 'fileencodings' default value should depend on 'encoding' Problem: 'fileencodings' default value should depend on 'encoding'. (Gary Johnson) Solution: When 'encoding' is "utf-8" use a different default value for 'fileencodings'.
diff --git a/src/version.c b/src/version.c index 441826b..b685257 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2993, +/**/ 2992, /**/ 2991,