Added spell setting to Python settings

This commit is contained in:
Serĉanto de Scio 2016-01-22 14:57:14 +10:00
parent 886de5d4ab
commit cce26cdeff

1
.vimrc
View file

@ -45,5 +45,6 @@ function! PythonSettings()
set shiftwidth=4
set expandtab
set textwidth=79
set spell!
endfunction
autocmd BufNewFile,BufFilePre,BufRead *.py :call PythonSettings()