AutoYADM commit: 2025-07-06 20:20:26
This commit is contained in:
parent
fa308d290a
commit
7efb7c0bcd
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue