1
0
forked from aniani/vim

patch 9.0.0049: csv and tsv files are not recognized

Problem:    Csv and tsv files are not recognized.
Solution:   Add patterns fo csv and tsv files. (Leandro Lourenci,
            closes #10680)
This commit is contained in:
Leandro Lourenci
2022-07-09 20:27:07 +01:00
committed by Bram Moolenaar
parent b90818867c
commit 99af91e582
3 changed files with 10 additions and 0 deletions

View File

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