]> granicus.if.org Git - vim/commit
patch 9.0.0666: spacing-combining characters handled as composing v9.0.0666
authorBram Moolenaar <Bram@vim.org>
Wed, 5 Oct 2022 17:03:00 +0000 (18:03 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 5 Oct 2022 17:03:00 +0000 (18:03 +0100)
commit7beaf6a720ddc7e2989c8831872bfb98ec78a65d
tree49168ee7e59dcf856ccc4df3ce3ac5e4b2d95331
parent0816f473ab2f6cf7d8311c0f97371cada7f20d18
patch 9.0.0666: spacing-combining characters handled as composing

Problem:    Spacing-combining characters handled as composing, causing text to
            take more space than expected.
Solution:   Handle characters marked with "Mc" not as composing.
            (closes #11282
runtime/tools/unicode.vim
src/mbyte.c
src/version.c