On 08-Jun-2010 Bram Moolenaar <[email protected]> wrote: > > Well, first save that tags file, generating it again may get rid of the > problem and we won't be able to reproduce it. > > It's trange, hash tables are used a lot, it's unlikely that hash_add() > itself is wrong. Perhaps memory got corrupted somehow? > > Can you reproduce the problem without loading scripts, just calling > taglist('.') before doing anything else? > > I'm afraid that anonymyzing your tags file may make the problem go > away... Perhaps you can try ":%s/[a-zA-Z]/x/g" on it? Make a copy > first. > > Ah! when I do this on the Vim source tags file I can actually reproduce > it! I'll put this in the todo list.
I simplified the tags file to a single entry making the problem appear (find the file attached). I might be able to look at the problem tomorrow. -- 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
!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/ !_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/ !_TAG_PROGRAM_AUTHOR Darren Hiebert /[email protected]/ !_TAG_PROGRAM_NAME Exuberant Ctags // !_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/ !_TAG_PROGRAM_VERSION 5.8 // xxxxx_xxxx ./xxx_xxxxxx.x /^ xxxxx_xxxx,$/;" x xxxx:__xxxx32 xxxx:
