From 26d39410ff6e2576aa0a55509a4c3335db5330ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20Ob=C5=AFrka?= Date: Thu, 3 Sep 2015 12:57:41 +0200 Subject: Check spell in python too --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index e98a980..9f10e3a 100644 --- a/.vimrc +++ b/.vimrc @@ -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 -- cgit v1.2.3