diff options
author | Peter Odding <peter@peterodding.com> | 2010-07-10 18:27:50 +0200 |
---|---|---|
committer | Peter Odding <peter@peterodding.com> | 2010-07-10 18:27:50 +0200 |
commit | 4fef0c17749e687d670b2e9e4e429022ec4c1055 (patch) | |
tree | 21d6e5d67c64da16990520a37033aa6cd8126d45 /autoload.vim | |
parent | 92cd87df83b24e1c45b946bc9eadbe4482de12ba (diff) | |
download | vim-easytags-4fef0c17749e687d670b2e9e4e429022ec4c1055.tar.gz |
Bug fix for strange "E433: No tags file" problem
The plug-in is supposed to automatically register the global tags file
with Vim by setting the "tags" option but this didn't work because of
what's probably a bug in Vim: When you set the "tags" option using the
following syntax, Vim will fail to add the new tags file:
let &tags = ...
But when you switch to the following syntax it works:
:set tags=...
Diffstat (limited to 'autoload.vim')
0 files changed, 0 insertions, 0 deletions