1
0
forked from aniani/vim

patch 8.2.0161: not recognizing .gv file as dot filetype

Problem:    Not recognizing .gv file as dot filetype.
Solution:   Add *.gv to dot pattern. (closes #5544)
This commit is contained in:
Bram Moolenaar
2020-01-27 22:47:09 +01:00
parent 89bfc8218c
commit f8ddb25789
14 changed files with 4 additions and 2 deletions

View File

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