Merge remote-tracking branch 'sbwhitecap/pr/treat_t_files_as_perl'

This commit is contained in:
Maxime Coste 2018-11-28 21:28:07 +11:00
commit a7336f8663

View File

@ -4,7 +4,7 @@
# Detection # Detection
# ‾‾‾‾‾‾‾‾‾ # ‾‾‾‾‾‾‾‾‾
hook global BufCreate .*\.p[lm] %{ hook global BufCreate .*\.(t|p[lm])$ %{
set-option buffer filetype perl set-option buffer filetype perl
} }