File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- *change.txt* For Vim バージョン 9.1. Last change: 2025 Dec 18
1+ *change.txt* For Vim バージョン 9.1. Last change: 2026 Jan 08
22
33
44 VIM リファレンスマニュアル by Bram Moolenaar
@@ -1718,6 +1718,8 @@ l 挿入モードでは長い行は折り返されない: 挿入開始時に行
17181718 *fo-m*
17191719m 文字コードが 255 より後のマルチバイト文字の間でも改行する。これは文字
17201720 全てがそれだけで単語であるような、アジア言語のテキストで便利である。
1721+ Note CJK の改行規則に従って、コロンなどの句読点の後にも改行が追加され
1722+ る場合があることに注意。
17211723 *fo-M*
17221724M 行の連結時に、マルチバイト文字の前後に空白を挿入しない。こちらの方がフ
17231725 ラグ 'B' より優先する。
Original file line number Diff line number Diff line change 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*
17791779m 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*
17821784M When joining lines, don't insert a space before or after a multibyte
17831785 character. Overrules the 'B' flag.
You can’t perform that action at this time.
0 commit comments