We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d4b89 commit cf8e378Copy full SHA for cf8e378
1 file changed
runtime/doc/change.txt
@@ -1,4 +1,4 @@
1
-*change.txt* For Vim version 9.1. Last change: 2025 Dec 18
+*change.txt* For Vim version 9.1. Last change: 2026 Jan 08
2
3
4
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
1777
automatically format it.
1778
*fo-m*
1779
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.
+ 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.
1783
*fo-M*
1784
M When joining lines, don't insert a space before or after a multibyte
1785
character. Overrules the 'B' flag.
0 commit comments