AutoYADM commit: 2025-07-20 03:20:42

This commit is contained in:
Daniel Fichtinger 2025-07-20 03:20:42 -04:00
parent e585645511
commit dedd96631c

View file

@ -220,7 +220,7 @@ hook global WinSetOption filetype=ini %{
set-option window comment_line '#' set-option window comment_line '#'
} }
hook global BufCreate .*[.](conf|service) %{ hook global BufCreate .*[.](conf|service|timer) %{
set-option buffer filetype ini set-option buffer filetype ini
} }