aboutsummaryrefslogtreecommitdiffstats
path: root/autoload/xolox/easytags.vim
diff options
context:
space:
mode:
authorPeter Odding <peter@peterodding.com>2014-10-20 21:48:14 +0200
committerPeter Odding <peter@peterodding.com>2014-10-20 21:48:14 +0200
commit9b6e7d125c660f31091f59b52de9b1e425cbcb64 (patch)
tree2a6fe4b70c451ee7a15420890dc7df7074824e3a /autoload/xolox/easytags.vim
parentd251fdb37c9cf71d569073621e277ddf6c392f02 (diff)
downloadvim-easytags-9b6e7d125c660f31091f59b52de9b1e425cbcb64.tar.gz
Change file type canonicalization to treat C as C++
Please refer to the inline comments for more details. This will hopefully fix issue #91 on GitHub: https://github.com/xolox/vim-easytags/issues/91 PS. I've completely removed the objc/objcpp grouping because I don't know these languages so I don't know what grouping would be correct anyway. Until a user with an informed opinion chimes in it's better to just remove this grouping.
Diffstat (limited to 'autoload/xolox/easytags.vim')
-rw-r--r--autoload/xolox/easytags.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/autoload/xolox/easytags.vim b/autoload/xolox/easytags.vim
index 7a40980..9441671 100644
--- a/autoload/xolox/easytags.vim
+++ b/autoload/xolox/easytags.vim
@@ -1,9 +1,9 @@
" Vim script
" Author: Peter Odding <peter@peterodding.com>
-" Last Change: September 17, 2014
+" Last Change: October 20, 2014
" URL: http://peterodding.com/code/vim/easytags/
-let g:xolox#easytags#version = '3.7'
+let g:xolox#easytags#version = '3.8'
let g:xolox#easytags#default_pattern_prefix = '\C\<'
let g:xolox#easytags#default_pattern_suffix = '\>'