From fe3f565ebdd565f81ea7dd52cd8bdbf843f971fe Mon Sep 17 00:00:00 2001 From: Peter Odding Date: Mon, 26 Sep 2011 02:19:00 +0200 Subject: Search the whole $PATH for Exuberant Ctags (issue #18) --- autoload/xolox/easytags.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoload') diff --git a/autoload/xolox/easytags.vim b/autoload/xolox/easytags.vim index a54171e..ab284f2 100644 --- a/autoload/xolox/easytags.vim +++ b/autoload/xolox/easytags.vim @@ -3,7 +3,7 @@ " Last Change: September 26, 2011 " URL: http://peterodding.com/code/vim/easytags/ -let g:xolox#easytags#version = '2.5.9' +let g:xolox#easytags#version = '2.6' " Public interface through (automatic) commands. {{{1 -- cgit v1.2.3