Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
fix hl remove
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyorst committed May 7, 2019
1 parent 77497af commit bd1ee69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rc/plug.kak
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ try %{

hook -group plug-syntax global WinSetOption filetype=plug %{
add-highlighter buffer/plug_buffer ref plug_buffer
hook -always -once buffer WinSetOption filetype=.* %{
hook -always -once window WinSetOption filetype=.* %{
remove-highlighter buffer/plug_buffer
}
}
Expand Down

0 comments on commit bd1ee69

Please sign in to comment.