diff options
author | Peter Odding <peter@peterodding.com> | 2013-08-19 18:42:39 +0200 |
---|---|---|
committer | Peter Odding <peter@peterodding.com> | 2013-08-19 18:42:39 +0200 |
commit | eae3e06cbbf8a2fd8e8818c53f964e68e76f3171 (patch) | |
tree | 4792355bfb0ee10782c5b2cf58d7c5d551fd1b5d /autoload | |
parent | fddbe787be8a82b4e6258ab6776d445fafeeba18 (diff) | |
download | vim-easytags-eae3e06cbbf8a2fd8e8818c53f964e68e76f3171.tar.gz |
Make sure vim-misc is installed, politely complain if it isn't
Diffstat (limited to 'autoload')
-rw-r--r-- | autoload/xolox/easytags.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autoload/xolox/easytags.vim b/autoload/xolox/easytags.vim index 7518867..aa65770 100644 --- a/autoload/xolox/easytags.vim +++ b/autoload/xolox/easytags.vim @@ -1,9 +1,9 @@ " Vim script " Author: Peter Odding <peter@peterodding.com> -" Last Change: July 16, 2013 +" Last Change: August 19, 2013 " URL: http://peterodding.com/code/vim/easytags/ -let g:xolox#easytags#version = '3.4' +let g:xolox#easytags#version = '3.4.1' " Plug-in initialization. {{{1 |