Added spell setting to Python settings
This commit is contained in:
parent
886de5d4ab
commit
cce26cdeff
1
.vimrc
1
.vimrc
|
@ -45,5 +45,6 @@ function! PythonSettings()
|
||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
set expandtab
|
set expandtab
|
||||||
set textwidth=79
|
set textwidth=79
|
||||||
|
set spell!
|
||||||
endfunction
|
endfunction
|
||||||
autocmd BufNewFile,BufFilePre,BufRead *.py :call PythonSettings()
|
autocmd BufNewFile,BufFilePre,BufRead *.py :call PythonSettings()
|
||||||
|
|
Loading…
Reference in a new issue