summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 992a743..20cd2ab 100644
--- a/.vimrc
+++ b/.vimrc
@@ -117,6 +117,7 @@ highlight RedundantSpaces ctermbg=red guibg=red
" autocommand definitions
" =======================
au BufRead *COMMIT_EDITMSG set spell spelllang=en textwidth=80
+au BufRead *TAG_EDITMSG set spell spelllang=en textwidth=80
au BufRead *.c set spell spelllang=en
au BufRead *.cpp set spell spelllang=en
au BufRead *.h set spell spelllang=en