aboutsummaryrefslogtreecommitdiffstats
path: root/autoload/xolox/easytags.vim
diff options
context:
space:
mode:
authorPeter Odding <peter@peterodding.com>2013-04-30 05:31:03 +0200
committerPeter Odding <peter@peterodding.com>2013-04-30 05:31:21 +0200
commitc455d6e1beae13ccf2ddee925a5f9ab2008ef125 (patch)
treede79bd876a22397e48436a19e2d7b88dd736e9f0 /autoload/xolox/easytags.vim
parent67a0a832ca3100d49ba3d353c6323f3db4edc4a4 (diff)
parent38ded48ec0430c360abcdecd4e23cd21ea2779f8 (diff)
downloadvim-easytags-c455d6e1beae13ccf2ddee925a5f9ab2008ef125.tar.gz
Updated miscellaneous scripts
Diffstat (limited to 'autoload/xolox/easytags.vim')
-rw-r--r--autoload/xolox/easytags.vim6
1 files changed, 3 insertions, 3 deletions
diff --git a/autoload/xolox/easytags.vim b/autoload/xolox/easytags.vim
index 1c6c088..c22f1cf 100644
--- a/autoload/xolox/easytags.vim
+++ b/autoload/xolox/easytags.vim
@@ -1,11 +1,11 @@
" Vim script
" Author: Peter Odding <peter@peterodding.com>
-" Last Change: April 28, 2013
+" Last Change: April 30, 2013
" URL: http://peterodding.com/code/vim/easytags/
-let g:xolox#easytags#version = '3.1.6'
+let g:xolox#easytags#version = '3.1.7'
-call xolox#misc#compat#check('easytags', 1)
+call xolox#misc#compat#check('easytags', 2)
" Public interface through (automatic) commands. {{{1