diff options
author | bfredl <bjorn.linse@gmail.com> | 2023-11-17 13:38:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-17 13:38:10 +0100 |
commit | 7af89ef464fb23125ac49e6b19f3509e7009fe23 (patch) | |
tree | 434ec27e069ba57406ce9f6d194627e95c3d315c /runtime/doc/vim_diff.txt | |
parent | 20ec4c776a07492c2e3b995e10b40b1cdb52bc7a (diff) | |
parent | b522cb1ac3fbdf6e68eed5d0b6e1cbeaf3ac2254 (diff) | |
download | rneovim-7af89ef464fb23125ac49e6b19f3509e7009fe23.tar.gz rneovim-7af89ef464fb23125ac49e6b19f3509e7009fe23.tar.bz2 rneovim-7af89ef464fb23125ac49e6b19f3509e7009fe23.zip |
Merge pull request #25934 from bfredl/screenlinechar
refactor(grid): make screen rendering more multibyte than ever before
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 05d7e5feb9..5e09cc2481 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -722,9 +722,16 @@ Options: < *'macatsui'* *'maxcombine'* *'mco'* - Nvim always displays up to 6 combining characters. You can still edit - text with more than 6 combining characters, you just can't see them. - Use |g8| or |ga|. See |mbyte-combining|. + Nvim counts maximum character sizes in bytes, not codepoints. This is + guaranteed to be big enough to always fit all chars properly displayed + in vim with 'maxcombine' set to 6. + + You can still edit text with larger characters than fits in the screen buffer, + you just can't see them. Use |g8| or |ga|. See |mbyte-combining|. + + NOTE: the rexexp engine still has a hard-coded limit of considering + 6 composing chars only. + *'maxmem'* Nvim delegates memory-management to the OS. *'maxmemtot'* Nvim delegates memory-management to the OS. printoptions |