Merge branch 'master' of ssh://git@github.com/hunner/hunners-homedir-configs

This commit is contained in:
Hunter Haugen 2010-05-01 18:35:41 -07:00
commit f10efe3183
2 changed files with 6 additions and 2 deletions

4
.vimrc
View file

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