comparison runtime/doc/version6.txt @ 21499:3a1ed539ae2a

Update runtime files. Commit: https://github.com/vim/vim/commit/2547aa930b59f5e2bcb70e81d5a57ed461e59b4f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 26 17:00:44 2020 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 Jul 2020 17:15:05 +0200
parents af69c9335223
children 0db0640e16e0
comparison
equal deleted inserted replaced
21498:134699e667ee 21499:3a1ed539ae2a
7880 src/proto/buffer.pro 7880 src/proto/buffer.pro
7881 7881
7882 Patch 6.1.221 7882 Patch 6.1.221
7883 Problem: Changing case may not work properly, depending on the current 7883 Problem: Changing case may not work properly, depending on the current
7884 locale. 7884 locale.
7885 Solution: Add the 'casemap' option to let the user chose how changing case 7885 Solution: Add the 'casemap' option to let the user choose how changing case
7886 is to be done. 7886 is to be done.
7887 Also fix lowering case when an UTF-8 character doesn't keep the 7887 Also fix lowering case when an UTF-8 character doesn't keep the
7888 same byte length. 7888 same byte length.
7889 Files: runtime/doc/options.txt, src/ascii.h, src/auto/configure, 7889 Files: runtime/doc/options.txt, src/ascii.h, src/auto/configure,
7890 src/buffer.c, src/charset.c, src/config.h.in, src/configure.in, 7890 src/buffer.c, src/charset.c, src/config.h.in, src/configure.in,