mirror of
https://github.com/neovim/neovim.git
synced 2025-09-20 10:18:18 +00:00
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:
@@ -900,6 +900,7 @@ return {
|
||||
normal_fname_chars=true,
|
||||
vi_def=true,
|
||||
alloced=true,
|
||||
expand=true,
|
||||
varname='p_ft',
|
||||
defaults={if_true={vi=""}}
|
||||
},
|
||||
|
Reference in New Issue
Block a user