AutoYADM commit: 2025-07-06 20:20:26

This commit is contained in:
Daniel Fichtinger 2025-07-06 20:20:26 -04:00
parent fa308d290a
commit 7efb7c0bcd

View file

@ -1,5 +1,9 @@
hook global WinSetOption filetype=markdown %{ hook global WinSetOption filetype=markdown %{
# explicitly load to avoid race condition # explicitly load to avoid race condition
set-option window comment_line ''
set-option window comment_block_begin '<!--'
set-option window comment_block_end '-->'
require-module markdown require-module markdown
set-option window formatcmd %{ set-option window formatcmd %{
if dprint output-resolved-config >/dev/null 2>&1; then if dprint output-resolved-config >/dev/null 2>&1; then