From: Christian Brabandt Date: Fri, 30 May 2025 15:43:42 +0000 (+0200) Subject: runtime(doc): clarify behaviour of set maxcombine=0 X-Git-Tag: v9.1.1419~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6b2c1ad054df85dce8c44738fe353dbac8f24de4;p=thirdparty%2Fvim.git runtime(doc): clarify behaviour of set maxcombine=0 related: #17400 Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 0f8d06362e..47f56c0f4f 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -5719,6 +5719,7 @@ A jump table for the options with a short description can be found at |Q_op|. Maximum value is 6. Even when this option is set to 2 you can still edit text with more combining characters, you just can't see them. Use |g8| or |ga|. + When set to 0, you will not be able to see any combining characters. See |mbyte-combining|. *'maxfuncdepth'* *'mfd'*