fix: Fix removing hooks on disable

This commit is contained in:
Lucas Schwiderski 2023-04-17 10:37:52 +02:00
parent 659d93fc8f
commit f0ab5e46ad
Signed by: lucas
GPG key ID: AA12679AAA6DF4D8

View file

@ -43,7 +43,7 @@ define-command kak-highlight-disable-window -docstring %{
kak-highlight-disable-window kak-highlight-disable-window
Disable the highlighter for this window Disable the highlighter for this window
} %{ } %{
remove-hooks kak-highlight remove-hooks window kak-highlight
remove-highlighter window/kak_highlight_ranges remove-highlighter window/kak_highlight_ranges
} }