commit | 0903d56f5ca69bb1fa0bbb00ed2a3d9c4d06ddb4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 26 22:30:15 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 26 22:30:15 2017 +0200 |
tree | 0f6ec0105b1ff84d7e2b17277df56a0a9c2cba93 | |
parent | 13ebb03e7520c2c34f93444b0146640ca08e7424 [diff] [blame] |
patch 8.0.1001: setting 'encoding' makes 'printheader' invalid Problem: Setting 'encoding' makes 'printheader' invalid. Solution: Do not translate the default value of 'printheader'. (Yasuhiro Matsumoto, closes #2026)
diff --git a/src/version.c b/src/version.c index e229f41..f8eb491 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1001, +/**/ 1000, /**/ 999,