diff options
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,7 @@ au BufRead *.c set spell spelllang=en au BufRead *.cpp set spell spelllang=en au BufRead *.h set spell spelllang=en au BufRead *.txt set spell spelllang=cs -au Filetype python setlocal expandtab tabstop=4 shiftwidth=4 +au Filetype python setlocal expandtab tabstop=4 shiftwidth=4 spell spelllang=en " =========== " key hacking |