We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be5b047 commit b9e469cCopy full SHA for b9e469c
plugin/criticmarkup.vim
@@ -1,4 +1,5 @@
1
augroup criticmarkup
2
- au! Filetype pandoc,markdown,mkd,txt call criticmarkup#Init()
3
- au! Syntax pandoc,markdown,mkd,txt call criticmarkup#InjectHighlighting()
+ autocmd!
+ autocmd Filetype pandoc,markdown,mkd,txt call criticmarkup#Init()
4
+ autocmd Syntax pandoc,markdown,mkd,txt call criticmarkup#InjectHighlighting()
5
augroup END
0 commit comments