]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2993: 'fileencodings' default value should depend on 'encoding' v8.2.2993
authorBram Moolenaar <Bram@vim.org>
Sun, 13 Jun 2021 18:27:36 +0000 (20:27 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 13 Jun 2021 18:27:36 +0000 (20:27 +0200)
commit5ffefbb35aba2448099314a9e09714d2f3b2b1bd
treee7a38623964613b43058b65f61aa296ec3432c09
parent2346a6378483c9871016f9fc821ec5cbea638f13
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'.
src/mbyte.c
src/option.c
src/proto/option.pro
src/testdir/test_options.vim
src/version.c