diff options
author | bfredl <bjorn.linse@gmail.com> | 2025-01-03 10:43:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-03 10:43:22 +0100 |
commit | 6aceab7c201f93d96b4359f0e1d97bd6f2f29ea6 (patch) | |
tree | e48d52290f6123315ccf29cd782cc757e1097137 /runtime/doc | |
parent | 43d552c56648bc3125c7509b3d708b6bf6c0c09c (diff) | |
parent | e3bfcf2fd4a4ebf00b104b082cfe83c8144a842d (diff) | |
download | rneovim-6aceab7c201f93d96b4359f0e1d97bd6f2f29ea6.tar.gz rneovim-6aceab7c201f93d96b4359f0e1d97bd6f2f29ea6.tar.bz2 rneovim-6aceab7c201f93d96b4359f0e1d97bd6f2f29ea6.zip |
Merge pull request #31635 from bfredl/vtermpirates
feat(terminal): support grapheme clusters, including emoji
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/news.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index 8a8ef00aa7..c2f1a6a2ee 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -373,6 +373,9 @@ These existing features changed their behavior. more emoji characters than before, including those encoded with multiple emoji codepoints combined with ZWJ (zero width joiner) codepoints. + This also applies to :terminal output, where width of cells will be calculated + using the upgraded implementation. + • Custom highlights in 'rulerformat', 'statuscolumn', 'statusline', 'tabline', 'winbar' and the number column (through |:sign-define| `numhl`) now combine with their respective highlight groups, as opposed to |hl-Normal|. |