diff options
author | Peter Odding <peter@peterodding.com> | 2011-06-24 04:00:28 +0200 |
---|---|---|
committer | Peter Odding <peter@peterodding.com> | 2011-06-24 04:00:28 +0200 |
commit | e8db2a2bba0e4718ae1887424e831fb24874506f (patch) | |
tree | 0b601035c01affad4dc858a946d680a733450881 /plugin | |
parent | b5e0b6b98282629db3ad11357efbbd98b0e62210 (diff) | |
download | vim-easytags-e8db2a2bba0e4718ae1887424e831fb24874506f.tar.gz |
Finish support for file type specific tags files (+bug fix)
Bug fix: :UpdateTags! didn't work because of a typo
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/easytags.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/easytags.vim b/plugin/easytags.vim index 6e357c9..85fb8c6 100644 --- a/plugin/easytags.vim +++ b/plugin/easytags.vim @@ -12,7 +12,7 @@ if &cp || exists('g:loaded_easytags') finish endif -let g:easytags_version = '2.4.5' +let g:easytags_version = '2.4.6' " Configuration defaults and initialization. {{{1 |