1
0
forked from aniani/vim

patch 8.2.2452: no completion for the 'filetype' option

Problem:    No completion for the 'filetype' option.
Solution:   Add filetype completion. (Martin Tournoij, closes #7747)
This commit is contained in:
Bram Moolenaar
2021-02-02 21:10:01 +01:00
parent e7bebc495d
commit d5e8c92816
4 changed files with 15 additions and 1 deletions

View File

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