mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
feat(runtime)!: remove filetype.vim (#20428)
Made obsolete by now graduated `filetype.lua` (enabled by default). Note that changes or additions to the filetype detection still need to be made through a PR to vim/vim as we port the _logic_ as well as tests.
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
-- Skip if legacy filetype is enabled or filetype detection is disabled
|
||||
if vim.g.do_legacy_filetype or vim.g.did_load_filetypes then
|
||||
if vim.g.did_load_filetypes then
|
||||
return
|
||||
end
|
||||
vim.g.did_load_filetypes = 1
|
||||
|
Reference in New Issue
Block a user