neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 03e9797bb21c77084cf1558405649a6bd6c4c15e
parent 49d7f694a8509e3134a2b9e38e692099e48cf51f
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Fri,  9 Jan 2026 09:36:04 +0800

vim-patch:cf8e378: runtime(doc): clarify the behaviour of 'fo-m' (#37318)

fixes: vim/vim#19095

https://github.com/vim/vim/commit/cf8e378f4ef8e67f1ed7c3956ccfcd5bc9999e22

Co-authored-by: Christian Brabandt <cb@256bit.org>
Diffstat:
Mruntime/doc/change.txt | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt @@ -1744,7 +1744,9 @@ l Long lines are not broken in insert mode: When a line was longer than automatically format it. *fo-m* m Also break at a multibyte character above 255. This is useful for - Asian text where every character is a word on its own. + Asian text where every character is a word on its own. Note that + line breaks may also be added after punctuation characters such as + colons to match the CJK linebreaking rules. *fo-M* M When joining lines, don't insert a space before or after a multibyte character. Overrules the 'B' flag.