diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2018-06-13 11:11:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-13 11:11:12 +0200 |
commit | 463da8480685dbd53335b4e3f0a6d37cacbacac4 (patch) | |
tree | 8d98f9e625737b89f3336f6cd4fab0c0dc825e0c /runtime/doc/mbyte.txt | |
parent | f4ba20d1c0b6c45b2c50d3cb23ce0d0b365d3dde (diff) | |
parent | 050f3975f6b44da6316de189929625e1c382a6c8 (diff) | |
download | rneovim-463da8480685dbd53335b4e3f0a6d37cacbacac4.tar.gz rneovim-463da8480685dbd53335b4e3f0a6d37cacbacac4.tar.bz2 rneovim-463da8480685dbd53335b4e3f0a6d37cacbacac4.zip |
Merge pull request #7992 from bfredl/mbscreen
Represent Screen state as UTF-8
Diffstat (limited to 'runtime/doc/mbyte.txt')
-rw-r--r-- | runtime/doc/mbyte.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/doc/mbyte.txt b/runtime/doc/mbyte.txt index 2d4a20ed72..d38c4fd019 100644 --- a/runtime/doc/mbyte.txt +++ b/runtime/doc/mbyte.txt @@ -1059,8 +1059,7 @@ widespread as file format. A composing or combining character is used to change the meaning of the character before it. The combining characters are drawn on top of the preceding character. -Up to two combining characters can be used by default. This can be changed -with the 'maxcombine' option. +Up to six combining characters can be displayed. When editing text a composing character is mostly considered part of the preceding character. For example "x" will delete a character and its following composing characters by default. |