Merge remote-tracking branch 'Delapouite/patch-3'

This commit is contained in:
Maxime Coste 2019-11-07 20:06:02 +11:00
commit 50a4964910

View File

@ -1,7 +1,7 @@
# Detection
# ‾‾‾‾‾‾‾‾‾
hook global BufCreate .*(/?[mM]akefile|\.mk) %{
hook global BufCreate .*(/?[mM]akefile|\.mk|\.make) %{
set-option buffer filetype makefile
}