aboutsummaryrefslogtreecommitdiffstats
path: root/autoload/xolox
diff options
context:
space:
mode:
authorPeter Odding <peter@peterodding.com>2011-09-26 02:19:00 +0200
committerPeter Odding <peter@peterodding.com>2011-09-26 02:19:00 +0200
commitfe3f565ebdd565f81ea7dd52cd8bdbf843f971fe (patch)
treeaa1b277ffeda91ee244054c50d835fb55d6f8226 /autoload/xolox
parent7cc2ab052482fe7ef7b1bc7dfdd36fb50c4cad60 (diff)
downloadvim-easytags-fe3f565ebdd565f81ea7dd52cd8bdbf843f971fe.tar.gz
Search the whole $PATH for Exuberant Ctags (issue #18)
Diffstat (limited to 'autoload/xolox')
-rw-r--r--autoload/xolox/easytags.vim2
1 files changed, 1 insertions, 1 deletions
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