AutoYADM commit: 2025-06-17 00:02:33

This commit is contained in:
Daniel Fichtinger 2025-06-17 00:02:33 -04:00
parent cefd6b2450
commit 1f952af0ed
9 changed files with 17 additions and 19 deletions

View file

@ -1,4 +1,4 @@
hook global BufCreate .*[.]taskrc %{
hook global BufCreate .*[.]?taskrc %{
set-option buffer filetype ini
}