Skip to content

Commit cf8e378

Browse files
committed
runtime(doc): clarify the behaviour of 'fo-m'
fixes: #19095 Signed-off-by: Christian Brabandt <[email protected]>
1 parent a3d4b89 commit cf8e378

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

runtime/doc/change.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*change.txt* For Vim version 9.1. Last change: 2025 Dec 18
1+
*change.txt* For Vim version 9.1. Last change: 2026 Jan 08
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1777,7 +1777,9 @@ l Long lines are not broken in insert mode: When a line was longer than
17771777
automatically format it.
17781778
*fo-m*
17791779
m Also break at a multibyte character above 255. This is useful for
1780-
Asian text where every character is a word on its own.
1780+
Asian text where every character is a word on its own. Note that
1781+
line breaks may also be added after punctuation characters such as
1782+
colons to match the CJK linebreaking rules.
17811783
*fo-M*
17821784
M When joining lines, don't insert a space before or after a multibyte
17831785
character. Overrules the 'B' flag.

0 commit comments

Comments
 (0)