On 09-Jun-2010 Peter Odding <pe...@peterodding.com> wrote: > Bram Moolenaar wrote: > >Ah! when I do this on the Vim source tags file I can actually reproduce > >it! I'll put this in the todo list. [...] > Since you mentioned you can reproduce the problem (and I just saw a > mail by Lech Lorens stating the same) I guess there's no point in > polluting vim_dev with a 900K attachment.
I looked into this internal error that I was able to reproduce and found out that it was caused by the fact that I messed up the tags file. Could it be that your tags file is malformed? More precisely: is it possible that when you perform a tag search, there are some entries matching that have multiple values for the same key (entries in tags files occupy one line each, tags' properties are stored as "key:value", each pair separated from the previous one with a tab character)? In the scenario I investigated nothing bad aside from the error message seems to be taking place. I'll prepare a patch soon. Cheers, Lech -- Cheers, Lech -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php