diff options
author | Robin Obůrka <r.oburka@gmail.com> | 2015-09-03 12:57:41 +0200 |
---|---|---|
committer | Robin Obůrka <r.oburka@gmail.com> | 2015-09-03 12:57:41 +0200 |
commit | 26d39410ff6e2576aa0a55509a4c3335db5330ce (patch) | |
tree | 4bb2fabe662ce9e476ffc3d0d5e72738b4d2ffe7 | |
parent | Change size of window in gvimrc (diff) | |
download | vim_sync-26d39410ff6e2576aa0a55509a4c3335db5330ce.tar.xz |
Check spell in python too
-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 |