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- *helphelp.txt* For Vim バージョン 9.1. Last change: 2025 Dec 02
1+ *helphelp.txt* For Vim バージョン 9.1. Last change: 2026 Jan 25
22
33
44 VIM リファレンスマニュアル by Bram Moolenaar
@@ -411,19 +411,20 @@ Vim のヘルプファイルでは通常、文の後に 2 つのスペースを
411411☆スタイル
412412
413413Vim で 'modeline' が有効になっている場合、組み込みのヘルプファイルを編集する際
414- に Vim は自動的に推奨スタイルに従います 。
414+ に Vim は自動的に推奨スタイルに従う 。
415415
416- Vim ヘルプファイルは 78 文字の 'textwidth' でフォーマットする必要があります。
417- これにより、一般的な 80 x 24 ターミナルウィンドウで適切に表示されます。
416+ Vim のヘルプファイルは、一般的な 80×24 のターミナルウィンドウで見栄えが良くな
417+ るように、(`conceal` を有効にした状態で) `textwidth ` を 78 文字にして整形すべ
418+ きである。視覚的な目安としては、`:set colorcolumn=+0` を使うとよい。
418419
419- 文末のピリオドと次の文の最初の文字の間には 2 つのスペースを使います。このよう
420- に。 {訳注: 日本語訳では関係ないです。日本語訳には日本語訳のルールがあります }
420+ 文末のピリオドと次の文の最初の文字の間には 2 つのスペースを使う。このように。
421+ {訳注: 日本語訳では関係ない。日本語訳には日本語訳のルールがある }
421422
422- コンテンツの整列にはタブ文字を使用し、'tabstop' 設定は 8 にします 。
423- これによりファイルサイズの削減にも役立ちます 。
423+ コンテンツの整列にはタブ文字を使用し、'tabstop' 設定は 8 にする 。
424+ これによりファイルサイズの削減にも役立つ 。
424425
425- 編集が終わったら必ず | :retab | を使用してください。 | :retab! | を盲目的に使用せ
426- ず、常に変更内容を確認して意図しない変更を避けてください 。
426+ 編集が終わったら必ず | :retab | を使用すること。 | :retab! | を盲目的に使用せず、常
427+ に変更内容を確認して意図しない変更を避けること 。
427428
428429
429430☆タグ
Original file line number Diff line number Diff line change 1- *helphelp.txt* For Vim version 9.1. Last change: 2025 Dec 02
1+ *helphelp.txt* For Vim version 9.1. Last change: 2026 Jan 25
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -418,8 +418,9 @@ STYLE
418418If your Vim has 'modeline' enabled, Vim should follow the preferred style
419419automatically when editing built-in help files.
420420
421- Vim help files should be formatted for a 'textwidth' of 78 characters, so they
422- look good in a typical 80 x 24 terminal window.
421+ Vim help files should be formatted for a 'textwidth' of 78 characters (with
422+ 'conceal' enabled), so they look good in a typical 80 x 24 terminal window;
423+ use `:set colorcolumn=+0` as a visual guide.
423424
424425Use two spaces between the final dot of a sentence of the first letter of the
425426next sentence. Like this.
You can’t perform that action at this time.
0 commit comments