summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Robin Obůrka <r.oburka@gmail.com> 2015-09-28 01:18:40 +0200
committerGravatar Robin Obůrka <r.oburka@gmail.com> 2015-09-28 01:18:40 +0200
commit57125e2578fec5acc70da62763d3a2b5d803741a (patch)
tree5149fc2ea9a60df3322d6f0997a2ee6ded39b7c3
parentAdd support for YAML files (diff)
downloadvim_sync-57125e2578fec5acc70da62763d3a2b5d803741a.tar.xz
Apply the same rules that are on commit message to tag message
-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