File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1- *textprop.txt* For Vim バージョン 9.2. Last change: 2026 Apr 06
1+ *textprop.txt* For Vim バージョン 9.2. Last change: 2026 Apr 07
22
33
44 VIM リファレンスマニュアル by Bram Moolenaar
@@ -508,7 +508,8 @@ Vimはテキストプロパティをそれが付加されたテキストの上
508508
509509テキストが削除され、テキストプロパティにテキストが含まれなくなった場合は削除さ
510510れる。ただし、行全体が削除されない限り、幅ゼロとして定義されたテキストプロパ
511- ティは残る。
511+ ティは残る。複数行の置換コマンドによって行が結合される場合、削除された行の仮想
512+ テキストプロパティは、結合された結果として生成される行に移動される。
512513 *E275*
513514バッファがアンロードされると、すべてのテキストプロパティがなくなる。プロパティ
514515をファイルに保存する方法はない。再作成することしかできない。バッファが非表示
Original file line number Diff line number Diff line change 1- *textprop.txt* For Vim version 9.2. Last change: 2026 Apr 06
1+ *textprop.txt* For Vim version 9.2. Last change: 2026 Apr 07
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -511,7 +511,9 @@ will move accordingly.
511511
512512When text is deleted and a text property no longer includes any text, it is
513513deleted. However, a text property that was defined as zero-width will remain,
514- unless the whole line is deleted.
514+ unless the whole line is deleted. When lines are joined by a multi-line
515+ substitute command, virtual text properties on the deleted lines are moved to
516+ the resulting joined line.
515517 *E275*
516518When a buffer is unloaded, all the text properties are gone. There is no way
517519to store the properties in a file. You can only re-create them. When a
You can’t perform that action at this time.
0 commit comments