Merge remote-tracking branch 'lenormf/fix-latex'

This commit is contained in:
Maxime Coste 2019-08-31 11:54:53 +10:00
commit 95a8d21d72

View File

@ -4,7 +4,7 @@
# Detection # Detection
# ‾‾‾‾‾‾‾‾‾ # ‾‾‾‾‾‾‾‾‾
hook global BufCreate .*\.tex %{ hook global BufCreate .*\.(tex|cls) %{
set-option buffer filetype latex set-option buffer filetype latex
} }