From 837ce49aa123744251bc98298b847635e27cd140 Mon Sep 17 00:00:00 2001 From: Peter Odding Date: Thu, 23 May 2013 20:08:24 +0200 Subject: Remove compatibility checking of miscellaneous scripts --- autoload/xolox/easytags.vim | 6 ++---- doc/easytags.txt | 4 ++-- 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 -" 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 -. +This software is licensed under the MIT license [17]. Copyright 2013 Peter +Odding . =============================================================================== *easytags-references* -- cgit v1.2.3