diff --git a/vimrc b/vimrc index 4ae4f44..b889931 100644 --- a/vimrc +++ b/vimrc @@ -290,7 +290,7 @@ au BufNewFile,BufRead *.txt set filetype=human au FileType human,mail,tex set wrap wm=2 textwidth=78 nocindent spell "" Markdown -au FileType markdown set spell +au FileType markdown set wrap wm=2 textwidth=78 nocindent spell "" Python au FileType python set noexpandtab