fix indentation of vimrc
[dotfiles.git] / vim / .vimrc
index 7b01c8bc9f0506b500601712c2fce277eddfd33e..6c97d78a40277a8538b7931c67b18e0e12ca883a 100644 (file)
@@ -28,7 +28,7 @@ filetype plugin indent on    " required
 
 " markdown group for vim-pandoc-syntax:
 augroup pandoc_syntax
- au! BufNewFile,BufFilePre,BufRead *.md set filetype=markdown.pandoc
 au! BufNewFile,BufFilePre,BufRead *.md set filetype=markdown.pandoc
 augroup END
 
 let g:vim_markdown_conceal=1