aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--autoload/xolox/easytags.vim6
-rw-r--r--doc/easytags.txt4
2 files changed, 4 insertions, 6 deletions
diff --git a/autoload/xolox/easytags.vim b/autoload/xolox/easytags.vim
index 86d3e24..1372f2c 100644
--- a/autoload/xolox/easytags.vim
+++ b/autoload/xolox/easytags.vim
@@ -1,11 +1,9 @@
" Vim script
" Author: Peter Odding <peter@peterodding.com>
-" Last Change: May 20, 2013
+" Last Change: May 23, 2013
" URL: http://peterodding.com/code/vim/easytags/
-let g:xolox#easytags#version = '3.3.4'
-
-call xolox#misc#compat#check('easytags.vim', g:xolox#easytags#version, 9)
+let g:xolox#easytags#version = '3.3.5'
" Public interface through (automatic) commands. {{{1
diff --git a/doc/easytags.txt b/doc/easytags.txt
index 1e134c9..70cdaf4 100644
--- a/doc/easytags.txt
+++ b/doc/easytags.txt
@@ -650,8 +650,8 @@ If you like this plug-in please vote for it on Vim Online [16].
*easytags-license*
License ~
-This software is licensed under the MIT license [17]. Š 2013 Peter Odding
-<peter@peterodding.com>.
+This software is licensed under the MIT license [17]. Copyright 2013 Peter
+Odding <peter@peterodding.com>.
===============================================================================
*easytags-references*