diff options
author | Peter Odding <peter@peterodding.com> | 2011-11-26 01:37:40 +0100 |
---|---|---|
committer | Peter Odding <peter@peterodding.com> | 2011-11-26 01:37:40 +0100 |
commit | 0f57d4f9ba70fee2d17b322387f75cec551896c9 (patch) | |
tree | 627890c463c0bcf69622c6eb23d67564b55ecf2b /autoload/xolox | |
parent | 52881ededa51cbd5ee75c9eaa28fda324c728864 (diff) | |
download | vim-easytags-0f57d4f9ba70fee2d17b322387f75cec551896c9.tar.gz |
Updated miscellaneous scripts
Diffstat (limited to 'autoload/xolox')
-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 31704b0..1b0fa23 100644 --- a/autoload/xolox/easytags.vim +++ b/autoload/xolox/easytags.vim @@ -3,7 +3,7 @@ " Last Change: November 26, 2011 " URL: http://peterodding.com/code/vim/easytags/ -let g:xolox#easytags#version = '2.7.4' +let g:xolox#easytags#version = '2.7.5' " Public interface through (automatic) commands. {{{1 |