1
0
forked from aniani/vim

patch 8.2.3519: TOML files are not recognized

Problem:    TOML files are not recognized.
Solution:   Add filetype patterns for TOML. (Aman Verma, closes #8984)
This commit is contained in:
Aman Verma
2021-10-16 13:44:04 +01:00
committed by Bram Moolenaar
parent f08b0eb869
commit 28b6a3bef6
3 changed files with 7 additions and 3 deletions

View File

@@ -757,6 +757,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3519,
/**/
3518,
/**/