AutoYADM commit: 2025-07-20 03:01:08

This commit is contained in:
Daniel Fichtinger 2025-07-20 03:01:08 -04:00
parent e9086013f8
commit e585645511

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) %{ hook global BufCreate .*[.](conf|service) %{
set-option buffer filetype ini set-option buffer filetype ini
} }