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'* -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1uL29L-007PMv-BK%40256bit.org.