fixing typo

This commit is contained in:
Steve Francia 2012-01-26 23:06:59 -05:00
parent 9de421e53f
commit 5a75b836d6

2
.vimrc
View File

@ -121,7 +121,7 @@
set virtualedit=onemore " allow for cursor beyond last character
set history=1000 " Store a ton of history (default is 20)
set spell " spell checking on
set hidden " allow buffer swtiching without saving
set hidden " allow buffer switching without saving
" Setting up the directories {
set backup " backups are nice ...