From 4776a828390e1015e07765e6eaa094a23283923c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20Ob=C5=AFrka?= Date: Mon, 28 Jul 2014 14:06:17 +0200 Subject: Enable spell checking in *.c and *.h files --- .vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vimrc b/.vimrc index a477721..1720716 100644 --- a/.vimrc +++ b/.vimrc @@ -111,6 +111,8 @@ highlight RedundantSpaces ctermbg=red guibg=red " autocommand definitions " ======================= au BufRead *COMMIT_EDITMSG set spell spelllang=en textwidth=80 +au BufRead *.c set spell spelllang=en +au BufRead *.h set spell spelllang=en " =========== " key hacking -- cgit v1.2.3