My vimrc needs a lot of work...

This commit is contained in:
Hunter Haugen 2010-04-29 16:45:38 -07:00
parent dffd5e32b3
commit c32ef730bd

4
.vimrc
View file

@ -281,6 +281,10 @@ endif
" content creation
if has("autocmd")
augroup text
autocmd BufRead,BufNewFile *.txt
\ set nonumber tw=80
augroup END
augroup content
autocmd!