mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
vim-patch:89cc03af71d9 (#28168)
runtime(doc): sort filetype.txt in the alphabetical order (vim/vim#14395)
89cc03af71
Co-authored-by: K.Takata <kentkt@csc.jp>
This commit is contained in:
@@ -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
|
If both, the global `plugin_exec` and the `<filetype>_exec` specific variable
|
||||||
are set, the filetype specific variable should have precedent.
|
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*
|
AWK *ft-awk-plugin*
|
||||||
|
|
||||||
Support for features specific to GNU Awk, like @include, can be enabled by
|
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.
|
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*
|
FORTRAN *ft-fortran-plugin*
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
|
Reference in New Issue
Block a user