rc c-family: Add a hook to the insert group

This commit is contained in:
Frank LENORMAND 2017-06-29 13:29:48 +03:00
parent 620e718087
commit 50b635ce2d

View File

@ -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 ".:.."