]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): clarify behaviour of set maxcombine=0
authorChristian Brabandt <cb@256bit.org>
Fri, 30 May 2025 15:43:42 +0000 (17:43 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 30 May 2025 15:43:42 +0000 (17:43 +0200)
related: #17400

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/options.txt

index 0f8d06362e2bfa24c419587611f1e891906d8784..47f56c0f4f863bb6557cba10b0277a4af935e2a4 100644 (file)
@@ -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'*