diff runtime/doc/filetype.txt @ 34358:ef3a25c3bde8

runtime(asciidoc): include basic ftplugin Commit: https://github.com/vim/vim/commit/1da0e85816718a1d45ca60b3581c62df4e352c91 Author: Luca Saccarola <github.e41mv@aleeas.com> Date: Wed Feb 14 22:25:41 2024 +0100 runtime(asciidoc): include basic ftplugin closes: https://github.com/vim/vim/issues/13873 Signed-off-by: Luca Saccarola <github.e41mv@aleeas.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Wed, 14 Feb 2024 22:30:03 +0100
parents ff27442e7851
children a0754587f167
line wrap: on
line diff
--- a/runtime/doc/filetype.txt
+++ b/runtime/doc/filetype.txt
@@ -1,4 +1,4 @@
-*filetype.txt*	For Vim version 9.1.  Last change: 2024 Jan 04
+*filetype.txt*	For Vim version 9.1.  Last change: 2024 Feb 14
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -564,6 +564,18 @@ under it.  If not found, a new entry and
 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: