diff options
-rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |