diff options
author | Robin Obůrka <r.oburka@gmail.com> | 2015-09-28 01:18:40 +0200 |
---|---|---|
committer | Robin Obůrka <r.oburka@gmail.com> | 2015-09-28 01:18:40 +0200 |
commit | 57125e2578fec5acc70da62763d3a2b5d803741a (patch) | |
tree | 5149fc2ea9a60df3322d6f0997a2ee6ded39b7c3 | |
parent | Add support for YAML files (diff) | |
download | vim_sync-57125e2578fec5acc70da62763d3a2b5d803741a.tar.xz |
Apply the same rules that are on commit message to tag message
-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 |