Skip to content

Commit 2eeaf5f

Browse files
committed
Update filetype.{txt,jax}
1 parent 9d47ad7 commit 2eeaf5f

File tree

2 files changed

+28
-26
lines changed

2 files changed

+28
-26
lines changed

doc/filetype.jax

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*filetype.txt* For Vim バージョン 9.1. Last change: 2024 Feb 14
1+
*filetype.txt* For Vim バージョン 9.1. Last change: 2024 Apr 03
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -441,6 +441,19 @@ Note: プラグインマネージャーや |packages| を使っている場合
441441
グローバル `plugin_exec``<filetype>_exec` 固有の変数の両方が設定されている
442442
場合は、ファイルタイプ固有の変数が優先される必要がある。
443443

444+
445+
ASCIIDOC *ft-asciidoc-plugin*
446+
447+
|folding| を有効にするには、これを使用する: >
448+
let g:asciidoc_folding = 1
449+
450+
折り畳まれたヘッダーのネストを無効にするには、これを使用する: >
451+
let g:asciidoc_foldnested = 0
452+
453+
タイトルの下のすべてを折りたたむことを無効にするには、これを使用する: >
454+
let asciidoc_fold_under_title = 0
455+
456+
444457
AWK *ft-awk-plugin*
445458

446459
@include のような、GNU Awk 固有の機能のサポートは、以下の設定で有効にできる: >
@@ -554,18 +567,6 @@ b:changelog_entry_prefix
554567
ムを加える。なければ新しいエントリとアイテムをファイルの先頭に加える。
555568

556569

557-
ASCIIDOC *ft-asciidoc-plugin*
558-
559-
|folding| を有効にするには、これを使用する: >
560-
let g:asciidoc_folding = 1
561-
562-
折り畳まれたヘッダーのネストを無効にするには、これを使用する: >
563-
let g:asciidoc_foldnested = 0
564-
565-
タイトルの下のすべてを折りたたむことを無効にするには、これを使用する: >
566-
let asciidoc_fold_under_title = 0
567-
568-
569570
FORTRAN *ft-fortran-plugin*
570571

571572
オプション:

en/filetype.txt

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*filetype.txt* For Vim version 9.1. Last change: 2024 Feb 14
1+
*filetype.txt* For Vim version 9.1. Last change: 2024 Apr 03
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -437,6 +437,19 @@ So to enable this only for ruby, set the following variable: >
437437
If both, the global `plugin_exec` and the `<filetype>_exec` specific variable
438438
are set, the filetype specific variable should have precedent.
439439

440+
441+
ASCIIDOC *ft-asciidoc-plugin*
442+
443+
To enable |folding| use this: >
444+
let g:asciidoc_folding = 1
445+
446+
To disable nesting of folded headers use this: >
447+
let g:asciidoc_foldnested = 0
448+
449+
To disable folding everything under the title use this: >
450+
let asciidoc_fold_under_title = 0
451+
452+
440453
AWK *ft-awk-plugin*
441454

442455
Support for features specific to GNU Awk, like @include, can be enabled by
@@ -564,18 +577,6 @@ under it. If not found, a new entry and item is prepended to the beginning of
564577
the Changelog.
565578

566579

567-
ASCIIDOC *ft-asciidoc-plugin*
568-
569-
To enable |folding| use this: >
570-
let g:asciidoc_folding = 1
571-
572-
To disable nesting of folded headers use this: >
573-
let g:asciidoc_foldnested = 0
574-
575-
To disable folding everything under the title use this: >
576-
let asciidoc_fold_under_title = 0
577-
578-
579580
FORTRAN *ft-fortran-plugin*
580581

581582
Options:

0 commit comments

Comments
 (0)