commit | 3f40ce78f5c178d15871bd784ed878c78f0b8a44 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 05 14:10:13 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 05 14:10:13 2020 +0200 |
tree | cb2327e80d60d61e31698721782e8b37187f5bfd | |
parent | fb9d5c51c8b5b44863f974e1adbee9ae330e75ff [diff] [blame] |
patch 8.2.1128: the write message mentions characters, but it's bytes Problem: The write message mentions characters, but it's actually bytes. Solution: Change "C" to "B" and "characters" to "bytes".
diff --git a/src/version.c b/src/version.c index b406a69..880051e 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1128, +/**/ 1127, /**/ 1126,