runtime(doc): Add g:c_syntax_for_h to filetype-overrule docs

Commit: 
https://github.com/vim/vim/commit/f787ee8451a1f24de4ef3de48b78d5aa77d09829
Author: Doug Kearns <dougkea...@gmail.com>
Date:   Tue Sep 12 00:58:27 2023 +1000

    runtime(doc): Add g:c_syntax_for_h to filetype-overrule docs
    
    closes: https://github.com/vim/vim/issues/13074
    
    Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt
index 9c092673f..987b0d89e 100644
--- a/runtime/doc/filetype.txt
+++ b/runtime/doc/filetype.txt
@@ -1,4 +1,4 @@
-*filetype.txt*  For Vim version 9.0.  Last change: 2023 Sep 06
+*filetype.txt*  For Vim version 9.0.  Last change: 2023 Sep 11
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -138,35 +138,38 @@ what kind of file it is.  This doesn't always work.  A 
number of global
 variables can be used to overrule the filetype used for certain extensions:
 
        file name       variable ~
-       *.asa           g:filetype_asa  |ft-aspvbs-syntax| |ft-aspperl-syntax|
-       *.asm           g:asmsyntax     |ft-asm-syntax|
-       *.asp           g:filetype_asp  |ft-aspvbs-syntax| |ft-aspperl-syntax|
-       *.bas           g:filetype_bas  |ft-basic-syntax|
+       *.asa           g:filetype_asa          |ft-aspperl-syntax|
+                                               |ft-aspvbs-syntax|
+       *.asm           g:asmsyntax             |ft-asm-syntax|
+       *.asp           g:filetype_asp          |ft-aspperl-syntax|
+                                               |ft-aspvbs-syntax|
+       *.bas           g:filetype_bas          |ft-basic-syntax|
        *.cfg           g:filetype_cfg
        *.cls           g:filetype_cls
-       *.csh           g:filetype_csh  |ft-csh-syntax|
+       *.csh           g:filetype_csh          |ft-csh-syntax|
        *.dat           g:filetype_dat
-       *.f             g:filetype_f    |ft-forth-syntax|
-       *.frm           g:filetype_frm  |ft-form-syntax|
-       *.fs            g:filetype_fs   |ft-forth-syntax|
-       *.i             g:filetype_i    |ft-progress-syntax|
+       *.f             g:filetype_f            |ft-forth-syntax|
+       *.frm           g:filetype_frm          |ft-form-syntax|
+       *.fs            g:filetype_fs           |ft-forth-syntax|
+       *.h             g:c_syntax_for_h        |ft-c-syntax|
+       *.i             g:filetype_i            |ft-progress-syntax|
        *.inc           g:filetype_inc
        *.lsl           g:filetype_lsl
-       *.m             g:filetype_m    |ft-mathematica-syntax|
+       *.m             g:filetype_m            |ft-mathematica-syntax|
        *.mod           g:filetype_mod
-       *.p             g:filetype_p    |ft-pascal-syntax|
+       *.p             g:filetype_p            |ft-pascal-syntax|
        *.pl            g:filetype_pl
-       *.pp            g:filetype_pp   |ft-pascal-syntax|
+       *.pp            g:filetype_pp           |ft-pascal-syntax|
        *.prg           g:filetype_prg
        *.r             g:filetype_r
        *.sig           g:filetype_sig
-       *.sql           g:filetype_sql  |ft-sql-syntax|
+       *.sql           g:filetype_sql          |ft-sql-syntax|
        *.src           g:filetype_src
        *.sys           g:filetype_sys
-       *.sh            g:bash_is_sh    |ft-sh-syntax|
-       *.tex           g:tex_flavor    |ft-tex-plugin|
+       *.sh            g:bash_is_sh            |ft-sh-syntax|
+       *.tex           g:tex_flavor            |ft-tex-plugin|
        *.typ           g:filetype_typ
-       *.w             g:filetype_w    |ft-cweb-syntax|
+       *.w             g:filetype_w            |ft-cweb-syntax|
 
 For a few filetypes the global variable is used only when the filetype could
 not be detected:

-- 
-- 
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/E1qflCd-007sLX-BZ%40256bit.org.

Raspunde prin e-mail lui