mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
fix(runtime): source c ftplugins in correct order (#27377)
This commit is contained in:

committed by
GitHub

parent
5785c32f11
commit
70a0049296
@@ -10,8 +10,7 @@ if exists("b:did_ftplugin")
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
" Behaves mostly just like C
|
" Behaves mostly just like C
|
||||||
runtime! ftplugin/c.vim ftplugin/c_*.vim ftplugin/c/*.vim
|
runtime! ftplugin/c.{vim,lua} ftplugin/c_*.{vim,lua} ftplugin/c/*.{vim,lua}
|
||||||
runtime! ftplugin/c.lua ftplugin/c_*.lua ftplugin/c/*.lua
|
|
||||||
|
|
||||||
" C++ uses templates with <things>
|
" C++ uses templates with <things>
|
||||||
" Disabled, because it gives an error for typing an unmatched ">".
|
" Disabled, because it gives an error for typing an unmatched ">".
|
||||||
|
Reference in New Issue
Block a user