1 runtime ftplugin/text.vim |
1 runtime ftplugin/text.vim |
2 setl equalprg=pandoc\ -f\ markdown\ -t\ markdown |
|
3 |
2 |
4 if !exists('b:markdown_autohtml') |
3 if !exists('b:markdown_autohtml') |
5 let b:markdown_autohtml = 0 |
4 let b:markdown_autohtml = 0 |
6 endif |
5 endif |
7 |
6 |