diff options
author | Peter Odding <peter@peterodding.com> | 2011-06-26 22:41:02 +0200 |
---|---|---|
committer | Peter Odding <peter@peterodding.com> | 2011-06-26 22:41:02 +0200 |
commit | 67616b25971ff0f4d785d67592128909ef5a5e49 (patch) | |
tree | 89c09ffa389c583a03f0f238e9a3b2dc6cda0fdc /plugin | |
parent | 4cf1efd96f9788e3221234cf14fa9e3ac89cedb9 (diff) | |
download | vim-easytags-67616b25971ff0f4d785d67592128909ef5a5e49.tar.gz |
Add easytags_auto_update/auto_highlight options
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/easytags.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/easytags.vim b/plugin/easytags.vim index 85fb8c6..96155ae 100644 --- a/plugin/easytags.vim +++ b/plugin/easytags.vim @@ -1,6 +1,6 @@ " Vim plug-in " Author: Peter Odding <peter@peterodding.com> -" Last Change: June 24, 2011 +" Last Change: June 26, 2011 " URL: http://peterodding.com/code/vim/easytags/ " Requires: Exuberant Ctags (http://ctags.sf.net) @@ -12,7 +12,7 @@ if &cp || exists('g:loaded_easytags') finish endif -let g:easytags_version = '2.4.6' +let g:easytags_version = '2.4.7' " Configuration defaults and initialization. {{{1 |