Skip to content

Commit c0f12c2

Browse files
authored
Merge pull request #2466 from h-east/update-change
Update change.{txt,jax}
2 parents 6a1f020 + 4863735 commit c0f12c2

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

doc/change.jax

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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*
17191719
m 文字コードが 255 より後のマルチバイト文字の間でも改行する。これは文字
17201720
全てがそれだけで単語であるような、アジア言語のテキストで便利である。
1721+
Note CJK の改行規則に従って、コロンなどの句読点の後にも改行が追加され
1722+
る場合があることに注意。
17211723
*fo-M*
17221724
M 行の連結時に、マルチバイト文字の前後に空白を挿入しない。こちらの方がフ
17231725
ラグ 'B' より優先する。

en/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)