File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ define-command -hidden hbs-indent-on-new-line %{
100100declare-option bool hbs_highlighters_enabled false
101101
102102define-command -hidden maybe-add-hbs-to-html %{ evaluate-commands %sh{
103- if [ " $kak_opt_hbs_highlighters_enabled " == " false" ]; then
103+ if [ " $kak_opt_hbs_highlighters_enabled " = " false" ]; then
104104 printf %s "
105105 add-highlighter shared/html/hbs region '\{\{' '\}\}' ref hbs
106106 add-highlighter shared/html/tag/hbs region '\{\{' '\}\}' ref hbs
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ provide-module hyprland %{
44# Ensure we're actually in Hyprland
55evaluate-commands %sh{
66 [ -z " ${kak_opt_windowing_modules} " ] ||
7- [ " $XDG_CURRENT_DESKTOP " == " Hyprland" ] &&
7+ [ " $XDG_CURRENT_DESKTOP " = " Hyprland" ] &&
88 [ -n " $HYPRLAND_INSTANCE_SIGNATURE " ] ||
99 echo ' fail hyprland not detected'
1010}
You can’t perform that action at this time.
0 commit comments