fix file YAML detection

This commit is contained in:
Bruno-Sosa 2017-01-14 21:50:20 +01:00 committed by GitHub
parent 83cb7b12bd
commit dcfdcf97c8

View File

@ -4,7 +4,7 @@
# Detection
# ‾‾‾‾‾‾‾‾‾
hook global BufCreate .*[.](yaml) %{
hook global BufCreate .*[.](ya?ml) %{
set buffer filetype yaml
}