pony.kak: Remove redundant BufNew/BufOpen hooks

BufCreate will be called in any case.
This commit is contained in:
Maxime Coste 2017-02-19 13:04:19 +00:00
parent 889a2144d4
commit b456de78a7

View File

@ -8,14 +8,6 @@ hook global BufCreate .*[.](pony) %{
set buffer filetype pony
}
hook global BufOpen .*[.](pony) %{
set buffer filetype pony
}
hook global BufNew .*[.](pony) %{
set buffer filetype pony
}
# Highlighters & Completion
# ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾