mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
fix(runtime): source c ftplugins in correct order (#27377)
This commit is contained in:
parent
5785c32f11
commit
70a0049296
@ -10,8 +10,7 @@ if exists("b:did_ftplugin")
|
||||
endif
|
||||
|
||||
" Behaves mostly just like C
|
||||
runtime! ftplugin/c.vim ftplugin/c_*.vim ftplugin/c/*.vim
|
||||
runtime! ftplugin/c.lua ftplugin/c_*.lua ftplugin/c/*.lua
|
||||
runtime! ftplugin/c.{vim,lua} ftplugin/c_*.{vim,lua} ftplugin/c/*.{vim,lua}
|
||||
|
||||
" C++ uses templates with <things>
|
||||
" Disabled, because it gives an error for typing an unmatched ">".
|
||||
|
Loading…
Reference in New Issue
Block a user