This commit is contained in:
Maxime Coste 2022-05-01 20:54:43 +10:00
commit a1940a3745

View File

@ -22,5 +22,5 @@ define-command -hidden file-detection %{ evaluate-commands %sh{
fi
} }
hook global BufOpenFile .* file-detection
hook global BufWritePost .* file-detection
hook -group file-detection global BufOpenFile .* file-detection
hook -group file-detection global BufWritePost .* file-detection