diff options
author | Robin Obůrka <robin.oburka@nic.cz> | 2014-07-28 14:06:17 +0200 |
---|---|---|
committer | Robin Obůrka <robin.oburka@nic.cz> | 2014-07-28 14:06:17 +0200 |
commit | 4776a828390e1015e07765e6eaa094a23283923c (patch) | |
tree | f02c129e4142b2364dd308f5827602b6f388a070 /.vimrc | |
parent | Fix function toggleRelativeNumbers for Vim 7.4 (diff) | |
download | vim_sync-4776a828390e1015e07765e6eaa094a23283923c.tar.xz |
Enable spell checking in *.c and *.h files
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |