diff options
author | Peter Odding <peter@peterodding.com> | 2011-09-26 02:19:00 +0200 |
---|---|---|
committer | Peter Odding <peter@peterodding.com> | 2011-09-26 02:19:00 +0200 |
commit | fe3f565ebdd565f81ea7dd52cd8bdbf843f971fe (patch) | |
tree | aa1b277ffeda91ee244054c50d835fb55d6f8226 /autoload | |
parent | 7cc2ab052482fe7ef7b1bc7dfdd36fb50c4cad60 (diff) | |
download | vim-easytags-fe3f565ebdd565f81ea7dd52cd8bdbf843f971fe.tar.gz |
Search the whole $PATH for Exuberant Ctags (issue #18)
Diffstat (limited to 'autoload')
-rw-r--r-- | autoload/xolox/easytags.vim | 2 |
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 |