diff options
author | Robin Obůrka <robin.oburka@nic.cz> | 2015-04-28 15:03:26 +0200 |
---|---|---|
committer | Robin Obůrka <robin.oburka@nic.cz> | 2015-04-28 15:03:26 +0200 |
commit | d552f9fce98915923321eb74c00563011cbaaffd (patch) | |
tree | 3b33e596fafe2b0b8100c4c5aaac580fab5eba83 | |
parent | Enable spelling in .txt files too (diff) | |
download | vim_sync-d552f9fce98915923321eb74c00563011cbaaffd.tar.xz |
Add reasonable definitions for Python
-rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -121,6 +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 " =========== " key hacking |