pony.kak: Remove redundant BufNew/BufOpen hooks
BufCreate will be called in any case.
This commit is contained in:
parent
889a2144d4
commit
b456de78a7
|
@ -8,14 +8,6 @@ hook global BufCreate .*[.](pony) %{
|
||||||
set buffer filetype pony
|
set buffer filetype pony
|
||||||
}
|
}
|
||||||
|
|
||||||
hook global BufOpen .*[.](pony) %{
|
|
||||||
set buffer filetype pony
|
|
||||||
}
|
|
||||||
|
|
||||||
hook global BufNew .*[.](pony) %{
|
|
||||||
set buffer filetype pony
|
|
||||||
}
|
|
||||||
|
|
||||||
# Highlighters & Completion
|
# Highlighters & Completion
|
||||||
# ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
|
# ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user