From d713d07c67fa5e67f4b3a441951ec25d95f6b193 Mon Sep 17 00:00:00 2001 From: Peter Odding Date: Fri, 19 Apr 2013 03:15:28 +0200 Subject: Add `ctags-exuberant' to the list of program names (closes issue #39) --- autoload/xolox/easytags.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autoload') diff --git a/autoload/xolox/easytags.vim b/autoload/xolox/easytags.vim index 0380956..da73673 100644 --- a/autoload/xolox/easytags.vim +++ b/autoload/xolox/easytags.vim @@ -3,7 +3,7 @@ " Last Change: April 19, 2013 " URL: http://peterodding.com/code/vim/easytags/ -let g:xolox#easytags#version = '3.1' +let g:xolox#easytags#version = '3.1.1' " Public interface through (automatic) commands. {{{1 @@ -33,7 +33,7 @@ function! xolox#easytags#register(global) " {{{2 endif endif endfunction - + " The localtime() when the CursorHold event last fired. let s:last_automatic_run = 0 -- cgit v1.2.3