summaryrefslogtreecommitdiff
path: root/runtime/doc/version6.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-07-28 20:10:16 +0200
committerBram Moolenaar <Bram@vim.org>2021-07-28 20:10:16 +0200
commit53f7fccc9413c9f770694b56f40f242d383b2d5f (patch)
tree6803c702a3f895b63acd2cd8afb4a9737eb47bea /runtime/doc/version6.txt
parent327d3ee4557027b51aad86e68743a85ed3a6f52b (diff)
downloadvim-git-53f7fccc9413c9f770694b56f40f242d383b2d5f.tar.gz
Update runtime files
Diffstat (limited to 'runtime/doc/version6.txt')
-rw-r--r--runtime/doc/version6.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/version6.txt b/runtime/doc/version6.txt
index 22a57aaa8..27e4d66c2 100644
--- a/runtime/doc/version6.txt
+++ b/runtime/doc/version6.txt
@@ -5465,7 +5465,7 @@ Files: src/fileio.c
Patch 6.0.267
Problem: UTF-8: Although 'isprint' says a character is printable,
utf_char2cells() still considers it unprintable.
-Solution: Use vim_isprintc() for characters upto 0x100. (Yasuhiro Matsumoto)
+Solution: Use vim_isprintc() for characters up to 0x100. (Yasuhiro Matsumoto)
Files: src/mbyte.c
Patch 6.0.268 (extra) (depends on patch 6.0.255)