runtime(doc): clarify behaviour of set maxcombine=0
Commit:
https://github.com/vim/vim/commit/6b2c1ad054df85dce8c44738fe353dbac8f24de4
Author: Christian Brabandt <
c...@256bit.org>
Date: Fri May 30 17:43:42 2025 +0200
runtime(doc): clarify behaviour of set maxcombine=0
related:
https://github.com/vim/vim/issues/17400
Signed-off-by: Christian Brabandt <
c...@256bit.org>
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 0f8d06362..47f56c0f4 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'*