Fix kak file recognition

This commit is contained in:
rs 2019-04-24 16:06:46 -05:00
parent 51730316ff
commit 429eeb252c

View File

@ -4,7 +4,7 @@
# Detection
# ‾‾‾‾‾‾‾‾‾
hook global BufCreate (.*/)?(kakrc|.*.kak) %{
hook global BufCreate (.*/)?(kakrc|.*\.kak) %{
set-option buffer filetype kak
}