commit | 9d5185bf9dfaef59e47c573a60044a21d5e29c0c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 08 17:57:34 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 08 17:57:34 2018 +0200 |
tree | b71495833684a184a25b26e443921bc5a8fbe317 | |
parent | c89d4b35300b98cf68b14c89c8e1add51bd857e3 [diff] [blame] |
patch 8.1.0168: output of :marks is too short with multi-byte chars Problem: Output of :marks is too short with multi-byte chars. (Tony Mechelynck) Solution: Get more bytes from the text line.
diff --git a/src/version.c b/src/version.c index 43d3616..ce1c55b 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 168, +/**/ 167, /**/ 166,