diff options
author | Peter Odding <peter@peterodding.com> | 2011-07-09 00:51:28 +0200 |
---|---|---|
committer | Peter Odding <peter@peterodding.com> | 2011-07-09 00:51:28 +0200 |
commit | ba99f5f17c2a80637377d01b5f124abb5b7f74cc (patch) | |
tree | 26ab49ca1413c1262a6e74aa23c7c5a5692b9fea /plugin | |
parent | ee0966c041bb48e9b2537ed36e09666be1f1f45f (diff) | |
download | vim-easytags-ba99f5f17c2a80637377d01b5f124abb5b7f74cc.tar.gz |
Skip unreadable tags files returned by tagfiles() (reported by Hannes von Haugwitz)
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 7e93604..a563297 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.10' +let g:easytags_version = '2.4.11' " Configuration defaults and initialization. {{{1 |