commit | 2c7292dc5bbf155fe2192d417363b8c085759cad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 05 17:43:31 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 05 17:43:31 2017 +0100 |
tree | f0bd3af6f22baaf5453865aa9849194725edaab1 | |
parent | 214641f77df6f318a4b3a0b09723c19859a103f4 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 834f144..f3a0b6c 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 420, +/**/ 419, /**/ 418,