diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-04-04 06:19:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-04 06:19:13 +0800 |
commit | 15a2dd9e963784123273ec830e82e24ecea4ad0b (patch) | |
tree | a4f7a95cb704293c2df55481fe047f0532a9adcf /runtime/doc/filetype.txt | |
parent | a4697453384c65cc45d86f57bb334ed728dfc9dc (diff) | |
download | rneovim-15a2dd9e963784123273ec830e82e24ecea4ad0b.tar.gz rneovim-15a2dd9e963784123273ec830e82e24ecea4ad0b.tar.bz2 rneovim-15a2dd9e963784123273ec830e82e24ecea4ad0b.zip |
vim-patch:89cc03af71d9 (#28168)
runtime(doc): sort filetype.txt in the alphabetical order (vim/vim#14395)
https://github.com/vim/vim/commit/89cc03af71d9beb839d296b78a87869e7a0a8996
Co-authored-by: K.Takata <kentkt@csc.jp>
Diffstat (limited to 'runtime/doc/filetype.txt')
-rw-r--r-- | runtime/doc/filetype.txt | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt index 7b576be929..dc0dda0e85 100644 --- a/runtime/doc/filetype.txt +++ b/runtime/doc/filetype.txt @@ -400,6 +400,19 @@ So to enable this only for ruby, set the following variable: > If both, the global `plugin_exec` and the `<filetype>_exec` specific variable are set, the filetype specific variable should have precedent. + +ASCIIDOC *ft-asciidoc-plugin* + +To enable |folding| use this: > + let g:asciidoc_folding = 1 + +To disable nesting of folded headers use this: > + let g:asciidoc_foldnested = 0 + +To disable folding everything under the title use this: > + let asciidoc_fold_under_title = 0 + + AWK *ft-awk-plugin* Support for features specific to GNU Awk, like @include, can be enabled by @@ -527,18 +540,6 @@ under it. If not found, a new entry and item is prepended to the beginning of the Changelog. -ASCIIDOC *ft-asciidoc-plugin* - -To enable |folding| use this: > - let g:asciidoc_folding = 1 - -To disable nesting of folded headers use this: > - let g:asciidoc_foldnested = 0 - -To disable folding everything under the title use this: > - let asciidoc_fold_under_title = 0 - - FORTRAN *ft-fortran-plugin* Options: |