]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0420: text garbled when the system encoding differs from 'encoding' v8.0.0420
authorBram Moolenaar <Bram@vim.org>
Sun, 5 Mar 2017 16:43:31 +0000 (17:43 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 Mar 2017 16:43:31 +0000 (17:43 +0100)
commit2c7292dc5bbf155fe2192d417363b8c085759cad
treef0bd3af6f22baaf5453865aa9849194725edaab1
parent214641f77df6f318a4b3a0b09723c19859a103f4
patch 8.0.0420: text garbled when the system encoding differs from 'encoding'

Problem:    When running :make the output may be in the system encoding,
            different from 'encoding'.
Solution:   Add the 'makeencoding' option. (Ken Takata)
16 files changed:
runtime/doc/options.txt
runtime/doc/quickfix.txt
runtime/doc/quickref.txt
src/Makefile
src/buffer.c
src/if_cscope.c
src/main.c
src/option.c
src/option.h
src/proto/quickfix.pro
src/quickfix.c
src/structs.h
src/testdir/Make_all.mak
src/testdir/test_makeencoding.py [new file with mode: 0644]
src/testdir/test_makeencoding.vim [new file with mode: 0644]
src/version.c