1
0
forked from aniani/vim

patch 8.2.0003: Build file dependencies are incomplete

Problem:    Build file dependencies are incomplete.
Solution:   Fix the dependencies. (Ken Takata, closes #5356)
This commit is contained in:
Bram Moolenaar
2022-04-09 15:16:53 +01:00
parent a0f659c76e
commit 0bbf09ca41
5 changed files with 274 additions and 27 deletions

View File

@@ -148,6 +148,7 @@ variables can be used to overrule the filetype used for certain extensions:
*.i g:filetype_i |ft-progress-syntax|
*.inc g:filetype_inc
*.m g:filetype_m |ft-mathematica-syntax|
*.mod g:filetype_mod
*.p g:filetype_p |ft-pascal-syntax|
*.pl g:filetype_pl
*.pp g:filetype_pp |ft-pascal-syntax|