Merge remote-tracking branch 'Laaas/patch-1'

This commit is contained in:
Maxime Coste 2019-12-03 21:11:14 +11:00
commit 5c1433ee65
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Detection # Detection
# ‾‾‾‾‾‾‾‾‾ # ‾‾‾‾‾‾‾‾‾
hook global BufCreate .*[.](js)x? %{ hook global BufCreate .*[.]m?(js)x? %{
set-option buffer filetype javascript set-option buffer filetype javascript
} }

View File

@ -7,6 +7,7 @@
#include "array_view.hh" #include "array_view.hh"
#include <algorithm>
#include <functional> #include <functional>
#include <iterator> #include <iterator>
#include <memory> #include <memory>