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 vim/vim#7747)
d5e8c92816
This commit is contained in:
Jan Edmund Lazo
2021-03-12 18:38:12 -05:00
parent ea99cbc85a
commit b650d2d8d9
3 changed files with 15 additions and 1 deletions

View File

@@ -900,6 +900,7 @@ return {
normal_fname_chars=true,
vi_def=true,
alloced=true,
expand=true,
varname='p_ft',
defaults={if_true={vi=""}}
},