AutoYADM commit: 2025-06-14 19:45:12
This commit is contained in:
parent
45a303f342
commit
f3765e3616
1 changed files with 4 additions and 4 deletions
|
@ -14,10 +14,10 @@ hook global WinSetOption filetype=latex %{
|
|||
hook -group latex-auto-format window BufWritePre .* %{
|
||||
try format
|
||||
}
|
||||
# hook -once -always window WinSetOption filetype=.* %{
|
||||
# unset-option window formatcmd
|
||||
# remove-hooks window latex-auto-format
|
||||
# }
|
||||
hook -once -always window WinSetOption filetype=.* %{
|
||||
unset-option window formatcmd
|
||||
remove-hooks window latex-auto-format
|
||||
}
|
||||
}
|
||||
|
||||
hook global WinSetOption filetype=go %{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue