runtime(doc): sort filetype.txt in the alphabetical order (#14395)

Commit: 
https://github.com/vim/vim/commit/89cc03af71d9beb839d296b78a87869e7a0a8996
Author: K.Takata <ken...@csc.jp>
Date:   Thu Apr 4 05:42:10 2024 +0900

    runtime(doc): sort filetype.txt in the alphabetical order 
(https://github.com/vim/vim/issues/14395)
    
    Signed-off-by: Ken Takata <ken...@csc.jp>
    Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt
index 41b27ccb1..dba8ee2e4 100644
--- a/runtime/doc/filetype.txt
+++ b/runtime/doc/filetype.txt
@@ -1,4 +1,4 @@
-*filetype.txt* For Vim version 9.1.  Last change: 2024 Feb 14
+*filetype.txt* For Vim version 9.1.  Last change: 2024 Apr 03
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -437,6 +437,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
@@ -564,18 +577,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:

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/E1rs7Tr-006YEl-7f%40256bit.org.

Reply via email to