rc c-family: Add a hook to the insert group
This commit is contained in:
parent
620e718087
commit
50b635ce2d
|
@ -298,7 +298,7 @@ def -hidden c-family-insert-include-guards %{
|
|||
}
|
||||
}
|
||||
|
||||
hook global BufNewFile .*\.(h|hh|hpp|hxx|H) c-family-insert-include-guards
|
||||
hook -group c-family-insert global BufNewFile .*\.(h|hh|hpp|hxx|H) c-family-insert-include-guards
|
||||
|
||||
decl -docstring "colon separated list of path in which header files will be looked for" \
|
||||
str-list alt_dirs ".:.."
|
||||
|
|
Loading…
Reference in New Issue
Block a user